#C2EB98

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

Shades of Reef #C2EB98

Tints of Reef #C2EB98

Color information

#C2EB98 (or 0xC2EB98) is unknown color: approx Reef. HEX triplet: C2, EB and 98. RGB value is (194,235,152). Sum of RGB (Red+Green+Blue) = 194+235+152=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB98 is #3D1467. Grayscale: #D5D5D5. Windows color (decimal): -4002920 or 10021826. OLE color: 10021826.

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

Color convert

RGB194235152-
CMYK0.1700.350.08
HSL89.64º67.48%75.88%-
HSV(B)89.64º35.32%92.16%-
XYZ57.6273.1540.79-
YUV213.2893.42114.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=33.39%
G=40.45%
B=26.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942351520.1700.350.0889.6467.4875.88
HexC2EB981102385a434c
Octal3023532302104310132103114
Binary1100001011101011100110001000101000111000101101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EB98; }

 p { color: rgb(194,235,152); }

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

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

 a { background-color: rgb(194,235,152); }

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

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

 span { border-color: rgb(194,235,152); }

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