#CAEFA7

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

Shades of Reef #CAEFA7

Tints of Reef #CAEFA7

Color information

#CAEFA7 (or 0xCAEFA7) is unknown color: approx Reef. HEX triplet: CA, EF and A7. RGB value is (202,239,167). Sum of RGB (Red+Green+Blue) = 202+239+167=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFA7 is #351058. Grayscale: #DBDBDB. Windows color (decimal): -3477593 or 11005898. OLE color: 11005898.

HSL color Cylindrical-coordinate representation of color #CAEFA7: hue angle of 90.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAEFA7 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB202239167-
CMYK0.1500.300.06
HSL90.83º69.23%79.61%-
HSV(B)90.83º30.13%93.73%-
XYZ62.277.0848.16-
YUV219.7398.24115.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 167 (65.62% from 255) = 27.47%
R=33.22%
G=39.31%
B=27.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391670.1500.300.0690.8369.2379.61
HexCAEFA7F01E65b4550
Octal312357247170366133105120
Binary1100101011101111101001111111011110110101101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFA7; }

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

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

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

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

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

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

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

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