#C2ED9F

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

Shades of Reef #C2ED9F

Tints of Reef #C2ED9F

Color information

#C2ED9F (or 0xC2ED9F) is unknown color: approx Reef. HEX triplet: C2, ED and 9F. RGB value is (194,237,159). Sum of RGB (Red+Green+Blue) = 194+237+159=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED9F is #3D1260. Grayscale: #D7D7D7. Windows color (decimal): -4002401 or 10481090. OLE color: 10481090.

HSL color Cylindrical-coordinate representation of color #C2ED9F: hue angle of 93.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2ED9F is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB194237159-
CMYK0.1800.330.07
HSL93.08º68.42%77.65%-
HSV(B)93.08º32.91%92.94%-
XYZ58.7974.5444.09-
YUV215.2596.25112.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 159 (62.5% from 255) = 26.95%
R=32.88%
G=40.17%
B=26.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942371590.1800.330.0793.0868.4277.65
HexC2ED9F1202175d444e
Octal302355237220417135104116
Binary110000101110110110011111100100100001111101110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ED9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ED9F; }

 p { color: rgb(194,237,159); }

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

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

 a { background-color: rgb(194,237,159); }

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

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

 span { border-color: rgb(194,237,159); }

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