Html Css Color HEX #CAE09C Reef

📋 copy color: '#CAE09C'

red 202 ◦ green 224 ◦ blue 156

#CAE09C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAE09C

Tints of Reef #CAE09C

RGB

 RED value IS 202 (79.3% from 255) = 34.71%

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 156 (61.33% from 255) = 26.8%

R = 34.71%
G = 38.49%
B = 26.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAE09C (or 0xCAE09C) is known color: Reef. HEX triplet: CA, E0 and 9C. RGB value is (202,224,156). Sum of RGB (Red+Green+Blue) = 202+224+156=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE09C is #351F63. Grayscale: #D1D1D1. Windows color (decimal): -3481444 or 10281162. OLE color: 10281162.

HSL color Cylindrical-coordinate representation of color #CAE09C: hue angle of 79.41º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAE09C is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 156 -
CMYK 0.10 0 0.30 0.12
HSL 79.41º 0.52% 0.75% -
HSV(B) 79.41º 0.3% 0.88% -
XYZ 57.01 68.27 41.62 -
YUV 209.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 202 224 156 0.10 0 0.30 0.12 79.41 0.52 0.75
Hex CA E0 9C A 0 1E C 4F 34 4B
Octal 312 340 234 12 0 36 14 117 64 113
Binary 11001010 11100000 10011100 1010 0 11110 1100 1001111 110100 1001011

Color Harmonies of #CAE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE09C

Black with #CAE09C

Text Example


Text Example

White with #CAE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE09C; }

 p { color: rgb(202,224,156); }

 H1.HeaderClassName
 {
   color: #CAE09C;
 }
 .AnyTagClassName
 {
   color: #CAE09C;
 }
</style>

background-color css

<style>
 a { background-color: #CAE09C; }

 a { background-color: rgb(202,224,156); }

 div.DivClassName
 {
   background-color: #CAE09C;
 }
 .BgClassName
 {
   background-color: #CAE09C;
 }
</style>

border-color css

<style>
 span { border-color: #CAE09C; }

 span { border-color: rgb(202,224,156); }

 td.TdClassName
 {
   border-color: #CAE09C;
 }
 .TagClassName
 {
   border-color: #CAE09C;
 }
</style>