#CCEF9D

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

Shades of Reef #CCEF9D

Tints of Reef #CCEF9D

Color information

#CCEF9D (or 0xCCEF9D) is unknown color: approx Reef. HEX triplet: CC, EF and 9D. RGB value is (204,239,157). Sum of RGB (Red+Green+Blue) = 204+239+157=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF9D is #331062. Grayscale: #DBDBDB. Windows color (decimal): -3346531 or 10350540. OLE color: 10350540.

HSL color Cylindrical-coordinate representation of color #CCEF9D: hue angle of 85.61º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCEF9D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB204239157-
CMYK0.1500.340.06
HSL85.61º71.93%77.65%-
HSV(B)85.61º34.31%93.73%-
XYZ61.857743.5-
YUV219.1992.9117.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=34%
G=39.83%
B=26.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391570.1500.340.0685.6171.9377.65
HexCCEF9DF022656484e
Octal314357235170426126110116
Binary11001100111011111001110111110100010110101011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEF9D; }

 p { color: rgb(204,239,157); }

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

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

 a { background-color: rgb(204,239,157); }

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

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

 span { border-color: rgb(204,239,157); }

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