Html Css Color HEX #CAF09E Reef

📋 copy color: '#CAF09E'

red 202 ◦ green 240 ◦ blue 158

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

Shades of Reef #CAF09E

Tints of Reef #CAF09E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40%

 BLUE value IS 158 (62.11% from 255) = 26.33%

R = 33.67%
G = 40%
B = 26.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#CAF09E (or 0xCAF09E) is known color: Reef. HEX triplet: CA, F0 and 9E. RGB value is (202,240,158). Sum of RGB (Red+Green+Blue) = 202+240+158=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF09E is #350F61. Grayscale: #DBDBDB. Windows color (decimal): -3477346 or 10416330. OLE color: 10416330.

HSL color Cylindrical-coordinate representation of color #CAF09E: hue angle of 87.8º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAF09E is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 158 -
CMYK 0.16 0 0.34 0.06
HSL 87.8º 0.73% 0.78% -
HSV(B) 87.8º 0.34% 0.94% -
XYZ 61.69 77.35 44.03 -
YUV 219.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 202 240 158 0.16 0 0.34 0.06 87.8 0.73 0.78
Hex CA F0 9E 10 0 22 6 58 49 4E
Octal 312 360 236 20 0 42 6 130 111 116
Binary 11001010 11110000 10011110 10000 0 100010 110 1011000 1001001 1001110

Color Harmonies of #CAF09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF09E

Black with #CAF09E

Text Example


Text Example

White with #CAF09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF09E; }

 p { color: rgb(202,240,158); }

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

background-color css

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

 a { background-color: rgb(202,240,158); }

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

border-color css

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

 span { border-color: rgb(202,240,158); }

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