#CAFFA7

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

Shades of Reef #CAFFA7

Tints of Reef #CAFFA7

Color information

#CAFFA7 (or 0xCAFFA7) is unknown color: approx Reef. HEX triplet: CA, FF and A7. RGB value is (202,255,167). Sum of RGB (Red+Green+Blue) = 202+255+167=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 167 (65.62% from 255 or 26.76% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA7 is #350058. Grayscale: #E5E5E5. Windows color (decimal): -3473497 or 11009994. OLE color: 11009994.

HSL color Cylindrical-coordinate representation of color #CAFFA7: hue angle of 96.14º 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 #CAFFA7 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB202255167-
CMYK0.2100.350
HSL96.14º100%82.75%-
HSV(B)96.14º34.51%100%-
XYZ67.0986.8749.79-
YUV229.1292.94108.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 167 (65.62% from 255) = 26.76%
R=32.37%
G=40.87%
B=26.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551670.2100.35096.1410082.75
HexCAFFA7150230606453
Octal312377247250430140144123
Binary1100101011111111101001111010101000110110000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFA7; }

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

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

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

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

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

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

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

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