#CEEEA0

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

Shades of Reef #CEEEA0

Tints of Reef #CEEEA0

Color information

#CEEEA0 (or 0xCEEEA0) is unknown color: approx Reef. HEX triplet: CE, EE and A0. RGB value is (206,238,160). Sum of RGB (Red+Green+Blue) = 206+238+160=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA0 is #31115F. Grayscale: #DBDBDB. Windows color (decimal): -3215712 or 10546894. OLE color: 10546894.

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

Color convert

RGB206238160-
CMYK0.1300.330.07
HSL84.62º69.64%78.04%-
HSV(B)84.62º32.77%93.33%-
XYZ62.3776.8144.8-
YUV219.5494.4118.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=34.11%
G=39.40%
B=26.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381600.1300.330.0784.6269.6478.04
HexCEEEA0D021755464e
Octal316356240150417125106116
Binary11001110111011101010000011010100001111101010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEA0; }

 p { color: rgb(206,238,160); }

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

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

 a { background-color: rgb(206,238,160); }

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

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

 span { border-color: rgb(206,238,160); }

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