#CCED94

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

Shades of Reef #CCED94

Tints of Reef #CCED94

Color information

#CCED94 (or 0xCCED94) is unknown color: approx Reef. HEX triplet: CC, ED and 94. RGB value is (204,237,148). Sum of RGB (Red+Green+Blue) = 204+237+148=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED94 is #33126B. Grayscale: #D9D9D9. Windows color (decimal): -3347052 or 9760204. OLE color: 9760204.

HSL color Cylindrical-coordinate representation of color #CCED94: hue angle of 82.25º 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 #CCED94 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB204237148-
CMYK0.1400.380.07
HSL82.25º71.2%75.49%-
HSV(B)82.25º37.55%92.94%-
XYZ60.5375.5439.41-
YUV216.9989.07118.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=34.63%
G=40.24%
B=25.13%

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
Decimal2042371480.1400.380.0782.2571.275.49
HexCCED94E026752474b
Octal314355224160467122107113
Binary11001100111011011001010011100100110111101001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED94; }

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

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

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

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

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

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

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

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