#CAFFA6

Color #CAFFA6 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAFFA6

Tints of Reef #CAFFA6

Color information

#CAFFA6 (or 0xCAFFA6) is unknown color: approx Reef. HEX triplet: CA, FF and A6. RGB value is (202,255,166). Sum of RGB (Red+Green+Blue) = 202+255+166=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA6 is #350059. Grayscale: #E5E5E5. Windows color (decimal): -3473498 or 10944458. OLE color: 10944458.

HSL color Cylindrical-coordinate representation of color #CAFFA6: hue angle of 95.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAFFA6 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB202255166-
CMYK0.2100.350
HSL95.73º100%82.55%-
HSV(B)95.73º34.9%100%-
XYZ6786.8349.3-
YUV229.0192.44108.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 166 (65.23% from 255) = 26.65%
R=32.42%
G=40.93%
B=26.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551660.2100.35095.7310082.55
HexCAFFA6150230606453
Octal312377246250430140144123
Binary1100101011111111101001101010101000110110000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFA6; }

 p { color: rgb(202,255,166); }

 H1.HeaderClassName
 {
   color: #CAFFA6;
 }
 .AnyTagClassName
 {
   color: #CAFFA6;
 }
</style>
background-color css

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

 a { background-color: rgb(202,255,166); }

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

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

 span { border-color: rgb(202,255,166); }

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