#C0E8DB

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

Shades of Mint Tulip #C0E8DB

Tints of Mint Tulip #C0E8DB

Color information

#C0E8DB (or 0xC0E8DB) is unknown color: approx Mint Tulip. HEX triplet: C0, E8 and DB. RGB value is (192,232,219). Sum of RGB (Red+Green+Blue) = 192+232+219=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E8DB is #3F1724. Grayscale: #DADADA. Windows color (decimal): -4134693 or 14411968. OLE color: 14411968.

HSL color Cylindrical-coordinate representation of color #C0E8DB: hue angle of 160.5º degrees, saturation: 0.47, 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 #C0E8DB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB192232219-
CMYK0.1700.060.09
HSL160.5º46.51%83.14%-
HSV(B)160.5º17.24%90.98%-
XYZ63.3874.0377.97-
YUV218.56128.25109.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.86%
GREEN value IS 232 (91.02% from 255) = 36.08%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=29.86%
G=36.08%
B=34.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922322190.1700.060.09160.546.5183.14
HexC0E8DB11069a02f53
Octal30035033321061124057123
Binary1100000011101000110110111000101101001101000001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E8DB; }

 p { color: rgb(192,232,219); }

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

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

 a { background-color: rgb(192,232,219); }

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

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

 span { border-color: rgb(192,232,219); }

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