#C0EDDC

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

Shades of Mint Tulip #C0EDDC

Tints of Mint Tulip #C0EDDC

Color information

#C0EDDC (or 0xC0EDDC) is unknown color: approx Mint Tulip. HEX triplet: C0, ED and DC. RGB value is (192,237,220). Sum of RGB (Red+Green+Blue) = 192+237+220=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDDC is #3F1223. Grayscale: #DDDDDD. Windows color (decimal): -4133412 or 14478784. OLE color: 14478784.

HSL color Cylindrical-coordinate representation of color #C0EDDC: hue angle of 157.33º 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 #C0EDDC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB192237220-
CMYK0.1900.070.07
HSL157.33º55.56%84.12%-
HSV(B)157.33º18.99%92.94%-
XYZ64.9476.9479.14-
YUV221.61127.09106.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=29.58%
G=36.52%
B=33.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922372200.1900.070.07157.3355.5684.12
HexC0EDDC130779d3854
Octal3003553342307723570124
Binary110000001110110111011100100110111111100111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EDDC; }

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

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

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

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

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

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

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

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