#C0E7DC

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

Shades of Mint Tulip #C0E7DC

Tints of Mint Tulip #C0E7DC

Color information

#C0E7DC (or 0xC0E7DC) is unknown color: approx Mint Tulip. HEX triplet: C0, E7 and DC. RGB value is (192,231,220). Sum of RGB (Red+Green+Blue) = 192+231+220=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7DC is #3F1823. Grayscale: #DADADA. Windows color (decimal): -4134948 or 14477248. OLE color: 14477248.

HSL color Cylindrical-coordinate representation of color #C0E7DC: hue angle of 163.08º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E7DC is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB192231220-
CMYK0.1700.050.09
HSL163.08º44.83%82.94%-
HSV(B)163.08º16.88%90.59%-
XYZ63.2373.5378.57-
YUV218.08129.08109.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.86%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=29.86%
G=35.93%
B=34.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922312200.1700.050.09163.0844.8382.94
HexC0E7DC11059a32d53
Octal30034733421051124355123
Binary1100000011100111110111001000101011001101000111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E7DC; }

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

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

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

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

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

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

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

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