#CEECA3

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

Shades of Reef #CEECA3

Tints of Reef #CEECA3

Color information

#CEECA3 (or 0xCEECA3) is unknown color: approx Reef. HEX triplet: CE, EC and A3. RGB value is (206,236,163). Sum of RGB (Red+Green+Blue) = 206+236+163=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECA3 is #31135C. Grayscale: #DADADA. Windows color (decimal): -3216221 or 10742990. OLE color: 10742990.

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

Color convert

RGB206236163-
CMYK0.1300.310.07
HSL84.66º65.77%78.24%-
HSV(B)84.66º30.93%92.55%-
XYZ62.0675.7646-
YUV218.7196.56118.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 163 (64.06% from 255) = 26.94%
R=34.05%
G=39.01%
B=26.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361630.1300.310.0784.6665.7778.24
HexCEECA3D01F755424e
Octal316354243150377125102116
Binary1100111011101100101000111101011111111101010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECA3; }

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

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

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

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

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

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

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

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