#C0EADC

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

Shades of Mint Tulip #C0EADC

Tints of Mint Tulip #C0EADC

Color information

#C0EADC (or 0xC0EADC) is unknown color: approx Mint Tulip. HEX triplet: C0, EA and DC. RGB value is (192,234,220). Sum of RGB (Red+Green+Blue) = 192+234+220=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EADC is #3F1523. Grayscale: #DBDBDB. Windows color (decimal): -4134180 or 14478016. OLE color: 14478016.

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

Color convert

RGB192234220-
CMYK0.1800.060.08
HSL160º50%83.53%-
HSV(B)160º17.95%91.76%-
XYZ64.0875.2278.85-
YUV219.85128.09108.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.72%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=29.72%
G=36.22%
B=34.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922342200.1800.060.081605083.53
HexC0EADC12068a03254
Octal30035233422061024062124
Binary1100000011101010110111001001001101000101000001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EADC; }

 p { color: rgb(192,234,220); }

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

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

 a { background-color: rgb(192,234,220); }

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

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

 span { border-color: rgb(192,234,220); }

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