#CAEFA6

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

Shades of Reef #CAEFA6

Tints of Reef #CAEFA6

Color information

#CAEFA6 (or 0xCAEFA6) is unknown color: approx Reef. HEX triplet: CA, EF and A6. RGB value is (202,239,166). Sum of RGB (Red+Green+Blue) = 202+239+166=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFA6 is #351059. Grayscale: #DBDBDB. Windows color (decimal): -3477594 or 10940362. OLE color: 10940362.

HSL color Cylindrical-coordinate representation of color #CAEFA6: hue angle of 90.41º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAEFA6 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB202239166-
CMYK0.1500.310.06
HSL90.41º69.52%79.41%-
HSV(B)90.41º30.54%93.73%-
XYZ62.1177.0447.67-
YUV219.6197.74115.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 166 (65.23% from 255) = 27.35%
R=33.28%
G=39.37%
B=27.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391660.1500.310.0690.4169.5279.41
HexCAEFA6F01F65a464f
Octal312357246170376132106117
Binary1100101011101111101001101111011111110101101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFA6; }

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

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

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

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

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

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

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

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