#CAFDA7

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

Shades of Reef #CAFDA7

Tints of Reef #CAFDA7

Color information

#CAFDA7 (or 0xCAFDA7) is unknown color: approx Reef. HEX triplet: CA, FD and A7. RGB value is (202,253,167). Sum of RGB (Red+Green+Blue) = 202+253+167=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA7 is #350258. Grayscale: #E4E4E4. Windows color (decimal): -3474009 or 11009482. OLE color: 11009482.

HSL color Cylindrical-coordinate representation of color #CAFDA7: hue angle of 95.58º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFDA7 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB202253167-
CMYK0.2000.340.01
HSL95.58º95.56%82.35%-
HSV(B)95.58º33.99%99.22%-
XYZ66.4685.649.58-
YUV227.9593.6109.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 167 (65.62% from 255) = 26.85%
R=32.48%
G=40.68%
B=26.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531670.2000.340.0195.5895.5682.35
HexCAFDA7140221606052
Octal312375247240421140140122
Binary1100101011111101101001111010001000101110000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDA7; }

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

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

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

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

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

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

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

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