#CCEB92

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

Shades of Reef #CCEB92

Tints of Reef #CCEB92

Color information

#CCEB92 (or 0xCCEB92) is unknown color: approx Reef. HEX triplet: CC, EB and 92. RGB value is (204,235,146). Sum of RGB (Red+Green+Blue) = 204+235+146=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB92 is #33146D. Grayscale: #D7D7D7. Windows color (decimal): -3347566 or 9628620. OLE color: 9628620.

HSL color Cylindrical-coordinate representation of color #CCEB92: hue angle of 80.9º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCEB92 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB204235146-
CMYK0.1300.380.08
HSL80.9º68.99%74.71%-
HSV(B)80.9º37.87%92.16%-
XYZ59.874.3338.39-
YUV215.5888.73119.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 146 (57.42% from 255) = 24.96%
R=34.87%
G=40.17%
B=24.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351460.1300.380.0880.968.9974.71
HexCCEB92D026851454b
Octal3143532221504610121105113
Binary110011001110101110010010110101001101000101000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB92; }

 p { color: rgb(204,235,146); }

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

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

 a { background-color: rgb(204,235,146); }

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

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

 span { border-color: rgb(204,235,146); }

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