#CEEC9A

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

Shades of Reef #CEEC9A

Tints of Reef #CEEC9A

Color information

#CEEC9A (or 0xCEEC9A) is unknown color: approx Reef. HEX triplet: CE, EC and 9A. RGB value is (206,236,154). Sum of RGB (Red+Green+Blue) = 206+236+154=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEC9A is #311365. Grayscale: #D9D9D9. Windows color (decimal): -3216230 or 10153166. OLE color: 10153166.

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

Color convert

RGB206236154-
CMYK0.1300.350.07
HSL81.95º68.33%76.47%-
HSV(B)81.95º34.75%92.55%-
XYZ61.2875.4541.9-
YUV217.6892.06119.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=34.56%
G=39.60%
B=25.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361540.1300.350.0781.9568.3376.47
HexCEEC9AD023752444c
Octal316354232150437122104114
Binary11001110111011001001101011010100011111101001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEC9A; }

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

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

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

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

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

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

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

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