#CCED93

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

Shades of Reef #CCED93

Tints of Reef #CCED93

Color information

#CCED93 (or 0xCCED93) is unknown color: approx Reef. HEX triplet: CC, ED and 93. RGB value is (204,237,147). Sum of RGB (Red+Green+Blue) = 204+237+147=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED93 is #33126C. Grayscale: #D9D9D9. Windows color (decimal): -3347053 or 9694668. OLE color: 9694668.

HSL color Cylindrical-coordinate representation of color #CCED93: hue angle of 82º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCED93 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB204237147-
CMYK0.1400.380.07
HSL82º71.43%75.29%-
HSV(B)82º37.97%92.94%-
XYZ60.4575.5138.99-
YUV216.8788.57118.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 147 (57.81% from 255) = 25%
R=34.69%
G=40.31%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371470.1400.380.078271.4375.29
HexCCED93E026752474b
Octal314355223160467122107113
Binary11001100111011011001001111100100110111101001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED93; }

 p { color: rgb(204,237,147); }

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

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

 a { background-color: rgb(204,237,147); }

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

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

 span { border-color: rgb(204,237,147); }

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