#CEECA1

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

Shades of Reef #CEECA1

Tints of Reef #CEECA1

Color information

#CEECA1 (or 0xCEECA1) is unknown color: approx Reef. HEX triplet: CE, EC and A1. RGB value is (206,236,161). Sum of RGB (Red+Green+Blue) = 206+236+161=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECA1 is #31135E. Grayscale: #DADADA. Windows color (decimal): -3216223 or 10611918. OLE color: 10611918.

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

Color convert

RGB206236161-
CMYK0.1300.320.07
HSL84º66.37%77.84%-
HSV(B)84º31.78%92.55%-
XYZ61.8875.6945.07-
YUV218.4895.56119.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 161 (63.28% from 255) = 26.70%
R=34.16%
G=39.14%
B=26.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361610.1300.320.078466.3777.84
HexCEECA1D020754424e
Octal316354241150407124102116
Binary11001110111011001010000111010100000111101010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECA1; }

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

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

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

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

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

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

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

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