Html Css Color HEX #CAF6A4 Reef

📋 copy color: '#CAF6A4'

red 202 ◦ green 246 ◦ blue 164

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

Shades of Reef #CAF6A4

Tints of Reef #CAF6A4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.2%

 BLUE value IS 164 (64.45% from 255) = 26.8%

R = 33.01%
G = 40.2%
B = 26.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#CAF6A4 (or 0xCAF6A4) is known color: Reef. HEX triplet: CA, F6 and A4. RGB value is (202,246,164). Sum of RGB (Red+Green+Blue) = 202+246+164=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF6A4 is #35095B. Grayscale: #DFDFDF. Windows color (decimal): -3475804 or 10811082. OLE color: 10811082.

HSL color Cylindrical-coordinate representation of color #CAF6A4: hue angle of 92.2º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAF6A4 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 164 -
CMYK 0.18 0 0.33 0.04
HSL 92.2º 0.82% 0.8% -
HSV(B) 92.2º 0.33% 0.96% -
XYZ 64.01 81.15 47.41 -
YUV 223.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 202 246 164 0.18 0 0.33 0.04 92.2 0.82 0.8
Hex CA F6 A4 12 0 21 4 5C 52 50
Octal 312 366 244 22 0 41 4 134 122 120
Binary 11001010 11110110 10100100 10010 0 100001 100 1011100 1010010 1010000

Color Harmonies of #CAF6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF6A4

Black with #CAF6A4

Text Example


Text Example

White with #CAF6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF6A4; }

 p { color: rgb(202,246,164); }

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

background-color css

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

 a { background-color: rgb(202,246,164); }

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

border-color css

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

 span { border-color: rgb(202,246,164); }

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