Html Css Color HEX #CAF89C Reef

📋 copy color: '#CAF89C'

red 202 ◦ green 248 ◦ blue 156

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

Shades of Reef #CAF89C

Tints of Reef #CAF89C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.92%

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

R = 33.33%
G = 40.92%
B = 25.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#CAF89C (or 0xCAF89C) is known color: Reef. HEX triplet: CA, F8 and 9C. RGB value is (202,248,156). Sum of RGB (Red+Green+Blue) = 202+248+156=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF89C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF89C is #350763. Grayscale: #E0E0E0. Windows color (decimal): -3475300 or 10287306. OLE color: 10287306.

HSL color Cylindrical-coordinate representation of color #CAF89C: hue angle of 90º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF89C is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 156 -
CMYK 0.19 0 0.37 0.03
HSL 90º 0.87% 0.79% -
HSV(B) 90º 0.37% 0.97% -
XYZ 63.93 82.09 43.93 -
YUV 223.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 202 248 156 0.19 0 0.37 0.03 90 0.87 0.79
Hex CA F8 9C 13 0 25 3 5A 57 4F
Octal 312 370 234 23 0 45 3 132 127 117
Binary 11001010 11111000 10011100 10011 0 100101 11 1011010 1010111 1001111

Color Harmonies of #CAF89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF89C

Black with #CAF89C

Text Example


Text Example

White with #CAF89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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