#C2E196

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

Shades of Reef #C2E196

Tints of Reef #C2E196

Color information

#C2E196 (or 0xC2E196) is unknown color: approx Reef. HEX triplet: C2, E1 and 96. RGB value is (194,225,150). Sum of RGB (Red+Green+Blue) = 194+225+150=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E196 is #3D1E69. Grayscale: #CFCFCF. Windows color (decimal): -4005482 or 9888194. OLE color: 9888194.

HSL color Cylindrical-coordinate representation of color #C2E196: hue angle of 84.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2E196 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB194225150-
CMYK0.1400.330.12
HSL84.8º55.56%73.53%-
HSV(B)84.8º33.33%88.24%-
XYZ54.6867.5239.01-
YUV207.1895.73118.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 225 (88.28% from 255) = 39.54%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=34.09%
G=39.54%
B=26.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942251500.1400.330.1284.855.5673.53
HexC2E196E021C55384a
Octal302341226160411412570112
Binary11000010111000011001011011100100001110010101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E196; }

 p { color: rgb(194,225,150); }

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

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

 a { background-color: rgb(194,225,150); }

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

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

 span { border-color: rgb(194,225,150); }

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