#CAEEAC

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

Shades of Reef #CAEEAC

Tints of Reef #CAEEAC

Color information

#CAEEAC (or 0xCAEEAC) is unknown color: approx Reef. HEX triplet: CA, EE and AC. RGB value is (202,238,172). Sum of RGB (Red+Green+Blue) = 202+238+172=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEAC is #351153. Grayscale: #DBDBDB. Windows color (decimal): -3477844 or 11333322. OLE color: 11333322.

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

Color convert

RGB202238172-
CMYK0.1500.280.07
HSL92.73º66%80.39%-
HSV(B)92.73º27.73%93.33%-
XYZ62.3876.6850.54-
YUV219.71101.07115.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=33.01%
G=38.89%
B=28.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381720.1500.280.0792.736680.39
HexCAEEACF01C75d4250
Octal312356254170347135102120
Binary1100101011101110101011001111011100111101110110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEAC; }

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

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

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

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

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

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

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

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