#C0EBAF

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

Shades of Madang #C0EBAF

Tints of Madang #C0EBAF

Color information

#C0EBAF (or 0xC0EBAF) is unknown color: approx Madang. HEX triplet: C0, EB and AF. RGB value is (192,235,175). Sum of RGB (Red+Green+Blue) = 192+235+175=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EBAF is #3F1450. Grayscale: #D7D7D7. Windows color (decimal): -4133969 or 11529152. OLE color: 11529152.

HSL color Cylindrical-coordinate representation of color #C0EBAF: hue angle of 103º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0EBAF is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB192235175-
CMYK0.1800.260.08
HSL103º60%80.39%-
HSV(B)103º25.53%92.16%-
XYZ59.1873.7251.67-
YUV215.3105.25111.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=31.89%
G=39.04%
B=29.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351750.1800.260.081036080.39
HexC0EBAF1201A8673c50
Octal300353257220321014774120
Binary11000000111010111010111110010011010100011001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBAF; }

 p { color: rgb(192,235,175); }

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

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

 a { background-color: rgb(192,235,175); }

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

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

 span { border-color: rgb(192,235,175); }

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