#CEECAA

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

Shades of Reef #CEECAA

Tints of Reef #CEECAA

Color information

#CEECAA (or 0xCEECAA) is unknown color: approx Reef. HEX triplet: CE, EC and AA. RGB value is (206,236,170). Sum of RGB (Red+Green+Blue) = 206+236+170=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECAA is #311355. Grayscale: #DBDBDB. Windows color (decimal): -3216214 or 11201742. OLE color: 11201742.

HSL color Cylindrical-coordinate representation of color #CEECAA: hue angle of 87.27º degrees, saturation: 0.63, 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 #CEECAA is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB206236170-
CMYK0.1300.280.07
HSL87.27º63.46%79.61%-
HSV(B)87.27º27.97%92.55%-
XYZ62.776.0149.4-
YUV219.51100.06118.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=33.66%
G=38.56%
B=27.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361700.1300.280.0787.2763.4679.61
HexCEECAAD01C7573f50
Octal31635425215034712777120
Binary110011101110110010101010110101110011110101111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECAA; }

 p { color: rgb(206,236,170); }

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

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

 a { background-color: rgb(206,236,170); }

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

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

 span { border-color: rgb(206,236,170); }

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