#CCEF9A

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

Shades of Reef #CCEF9A

Tints of Reef #CCEF9A

Color information

#CCEF9A (or 0xCCEF9A) is unknown color: approx Reef. HEX triplet: CC, EF and 9A. RGB value is (204,239,154). Sum of RGB (Red+Green+Blue) = 204+239+154=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF9A is #331065. Grayscale: #DBDBDB. Windows color (decimal): -3346534 or 10153932. OLE color: 10153932.

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

Color convert

RGB204239154-
CMYK0.1500.360.06
HSL84.71º72.65%77.06%-
HSV(B)84.71º35.56%93.73%-
XYZ61.676.942.17-
YUV218.8491.4117.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=34.17%
G=40.03%
B=25.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391540.1500.360.0684.7172.6577.06
HexCCEF9AF024655494d
Octal314357232170446125111115
Binary11001100111011111001101011110100100110101010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEF9A; }

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

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

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

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

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

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

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

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