#CEED9A

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

Shades of Reef #CEED9A

Tints of Reef #CEED9A

Color information

#CEED9A (or 0xCEED9A) is unknown color: approx Reef. HEX triplet: CE, ED and 9A. RGB value is (206,237,154). Sum of RGB (Red+Green+Blue) = 206+237+154=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED9A is #311265. Grayscale: #DADADA. Windows color (decimal): -3215974 or 10153422. OLE color: 10153422.

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

Color convert

RGB206237154-
CMYK0.1300.350.07
HSL82.41º69.75%76.67%-
HSV(B)82.41º35.02%92.94%-
XYZ61.5776.0242-
YUV218.2791.73119.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=34.51%
G=39.70%
B=25.80%

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
Decimal2062371540.1300.350.0782.4169.7576.67
HexCEED9AD023752464d
Octal316355232150437122106115
Binary11001110111011011001101011010100011111101001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEED9A; }

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

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

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

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

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

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

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

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