#C2F2ED

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

Shades of Mabel #C2F2ED

Tints of Mabel #C2F2ED

Color information

#C2F2ED (or 0xC2F2ED) is unknown color: approx Mabel. HEX triplet: C2, F2 and ED. RGB value is (194,242,237). Sum of RGB (Red+Green+Blue) = 194+242+237=673 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.83% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F2ED is #3D0D12. Grayscale: #E3E3E3. Windows color (decimal): -4001043 or 15594178. OLE color: 15594178.

HSL color Cylindrical-coordinate representation of color #C2F2ED: hue angle of 173.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F2ED is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB194242237-
CMYK0.2000.020.05
HSL173.75º64.86%85.49%-
HSV(B)173.75º19.83%94.9%-
XYZ69.2981.0992.12-
YUV227.08133.6104.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.83%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 237 (92.97% from 255) = 35.22%
R=28.83%
G=35.96%
B=35.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942422370.2000.020.05173.7564.8685.49
HexC2F2ED14025ae4155
Octal30236235524025256101125
Binary110000101111001011101101101000101011010111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F2ED; }

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

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

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

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

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

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

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

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