#C2EAA0

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

Shades of Reef #C2EAA0

Tints of Reef #C2EAA0

Color information

#C2EAA0 (or 0xC2EAA0) is unknown color: approx Reef. HEX triplet: C2, EA and A0. RGB value is (194,234,160). Sum of RGB (Red+Green+Blue) = 194+234+160=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EAA0 is #3D155F. Grayscale: #D5D5D5. Windows color (decimal): -4003168 or 10545858. OLE color: 10545858.

HSL color Cylindrical-coordinate representation of color #C2EAA0: hue angle of 92.43º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2EAA0 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB194234160-
CMYK0.1700.320.08
HSL92.43º63.79%77.25%-
HSV(B)92.43º31.62%91.76%-
XYZ58.0272.8544.26-
YUV213.697.75114.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=32.99%
G=39.80%
B=27.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942341600.1700.320.0892.4363.7977.25
HexC2EAA01102085c404d
Octal3023522402104010134100115
Binary1100001011101010101000001000101000001000101110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EAA0; }

 p { color: rgb(194,234,160); }

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

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

 a { background-color: rgb(194,234,160); }

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

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

 span { border-color: rgb(194,234,160); }

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