#CAE6AC

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

Shades of Reef #CAE6AC

Tints of Reef #CAE6AC

Color information

#CAE6AC (or 0xCAE6AC) is unknown color: approx Reef. HEX triplet: CA, E6 and AC. RGB value is (202,230,172). Sum of RGB (Red+Green+Blue) = 202+230+172=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE6AC is #351953. Grayscale: #D7D7D7. Windows color (decimal): -3479892 or 11331274. OLE color: 11331274.

HSL color Cylindrical-coordinate representation of color #CAE6AC: hue angle of 88.97º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAE6AC is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB202230172-
CMYK0.1200.250.10
HSL88.97º53.7%78.82%-
HSV(B)88.97º25.22%90.2%-
XYZ60.172.1349.78-
YUV215.02103.72118.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=33.44%
G=38.08%
B=28.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301720.1200.250.1088.9753.778.82
HexCAE6ACC019A59364f
Octal312346254140311213166117
Binary1100101011100110101011001100011001101010110011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6AC; }

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

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

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

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

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

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

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

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