#CAECA3

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

Shades of Reef #CAECA3

Tints of Reef #CAECA3

Color information

#CAECA3 (or 0xCAECA3) is unknown color: approx Reef. HEX triplet: CA, EC and A3. RGB value is (202,236,163). Sum of RGB (Red+Green+Blue) = 202+236+163=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECA3 is #35135C. Grayscale: #D9D9D9. Windows color (decimal): -3478365 or 10742986. OLE color: 10742986.

HSL color Cylindrical-coordinate representation of color #CAECA3: hue angle of 87.95º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAECA3 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB202236163-
CMYK0.1400.310.07
HSL87.95º65.77%78.24%-
HSV(B)87.95º30.93%92.55%-
XYZ60.9675.1945.95-
YUV217.5197.24116.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=33.61%
G=39.27%
B=27.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361630.1400.310.0787.9565.7778.24
HexCAECA3E01F758424e
Octal312354243160377130102116
Binary1100101011101100101000111110011111111101100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECA3; }

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

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

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

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

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

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

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

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