#CAE7AC

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

Shades of Reef #CAE7AC

Tints of Reef #CAE7AC

Color information

#CAE7AC (or 0xCAE7AC) is unknown color: approx Reef. HEX triplet: CA, E7 and AC. RGB value is (202,231,172). Sum of RGB (Red+Green+Blue) = 202+231+172=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE7AC is #351853. Grayscale: #D7D7D7. Windows color (decimal): -3479636 or 11331530. OLE color: 11331530.

HSL color Cylindrical-coordinate representation of color #CAE7AC: hue angle of 89.49º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAE7AC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB202231172-
CMYK0.1300.260.09
HSL89.49º55.14%79.02%-
HSV(B)89.49º25.54%90.59%-
XYZ60.3872.6949.88-
YUV215.6103.39118.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=33.39%
G=38.18%
B=28.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311720.1300.260.0989.4955.1479.02
HexCAE7ACD01A959374f
Octal312347254150321113167117
Binary1100101011100111101011001101011010100110110011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7AC; }

 p { color: rgb(202,231,172); }

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

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

 a { background-color: rgb(202,231,172); }

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

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

 span { border-color: rgb(202,231,172); }

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