Html Css Color HEX #CAF7A9 Reef

📋 copy color: '#CAF7A9'

red 202 ◦ green 247 ◦ blue 169

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

Shades of Reef #CAF7A9

Tints of Reef #CAF7A9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.97%

 BLUE value IS 169 (66.41% from 255) = 27.35%

R = 32.69%
G = 39.97%
B = 27.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#CAF7A9 (or 0xCAF7A9) is known color: Reef. HEX triplet: CA, F7 and A9. RGB value is (202,247,169). Sum of RGB (Red+Green+Blue) = 202+247+169=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF7A9 is #350856. Grayscale: #E0E0E0. Windows color (decimal): -3475543 or 11139018. OLE color: 11139018.

HSL color Cylindrical-coordinate representation of color #CAF7A9: hue angle of 94.62º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAF7A9 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 169 -
CMYK 0.18 0 0.32 0.03
HSL 94.62º 0.83% 0.82% -
HSV(B) 94.62º 0.32% 0.97% -
XYZ 64.78 81.94 49.94 -
YUV 224.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 202 247 169 0.18 0 0.32 0.03 94.62 0.83 0.82
Hex CA F7 A9 12 0 20 3 5F 53 52
Octal 312 367 251 22 0 40 3 137 123 122
Binary 11001010 11110111 10101001 10010 0 100000 11 1011111 1010011 1010010

Color Harmonies of #CAF7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF7A9

Black with #CAF7A9

Text Example


Text Example

White with #CAF7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF7A9; }

 p { color: rgb(202,247,169); }

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

background-color css

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

 a { background-color: rgb(202,247,169); }

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

border-color css

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

 span { border-color: rgb(202,247,169); }

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