#C0EDEC

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

Shades of Mabel #C0EDEC

Tints of Mabel #C0EDEC

Color information

#C0EDEC (or 0xC0EDEC) is unknown color: approx Mabel. HEX triplet: C0, ED and EC. RGB value is (192,237,236). Sum of RGB (Red+Green+Blue) = 192+237+236=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDEC is #3F1213. Grayscale: #DFDFDF. Windows color (decimal): -4133396 or 15527360. OLE color: 15527360.

HSL color Cylindrical-coordinate representation of color #C0EDEC: hue angle of 178.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDEC is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB192237236-
CMYK0.1900.000.07
HSL178.67º55.56%84.12%-
HSV(B)178.67º18.99%92.94%-
XYZ67.1677.8390.84-
YUV223.43135.09105.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.87%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=28.87%
G=35.64%
B=35.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922372360.1900.000.07178.6755.5684.12
HexC0EDEC13007b33854
Octal3003553542300726370124
Binary1100000011101101111011001001100111101100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EDEC; }

 p { color: rgb(192,237,236); }

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

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

 a { background-color: rgb(192,237,236); }

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

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

 span { border-color: rgb(192,237,236); }

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