#CAEFA3

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

Shades of Reef #CAEFA3

Tints of Reef #CAEFA3

Color information

#CAEFA3 (or 0xCAEFA3) is unknown color: approx Reef. HEX triplet: CA, EF and A3. RGB value is (202,239,163). Sum of RGB (Red+Green+Blue) = 202+239+163=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFA3 is #35105C. Grayscale: #DBDBDB. Windows color (decimal): -3477597 or 10743754. OLE color: 10743754.

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

Color convert

RGB202239163-
CMYK0.1500.320.06
HSL89.21º70.37%78.82%-
HSV(B)89.21º31.8%93.73%-
XYZ61.8376.9346.24-
YUV219.2796.24115.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 163 (64.06% from 255) = 26.99%
R=33.44%
G=39.57%
B=26.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391630.1500.320.0689.2170.3778.82
HexCAEFA3F020659464f
Octal312357243170406131106117
Binary11001010111011111010001111110100000110101100110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFA3; }

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

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

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

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

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

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

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

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