#C0ECDD

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

Shades of Mint Tulip #C0ECDD

Tints of Mint Tulip #C0ECDD

Color information

#C0ECDD (or 0xC0ECDD) is unknown color: approx Mint Tulip. HEX triplet: C0, EC and DD. RGB value is (192,236,221). Sum of RGB (Red+Green+Blue) = 192+236+221=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECDD is #3F1322. Grayscale: #DDDDDD. Windows color (decimal): -4133667 or 14544064. OLE color: 14544064.

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

Color convert

RGB192236221-
CMYK0.1900.060.07
HSL159.55º53.66%83.92%-
HSV(B)159.55º18.64%92.55%-
XYZ64.7876.4279.74-
YUV221.13127.92107.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=29.58%
G=36.36%
B=34.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922362210.1900.060.07159.5553.6683.92
HexC0ECDD13067a03654
Octal3003543352306724066124
Binary110000001110110011011101100110110111101000001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ECDD; }

 p { color: rgb(192,236,221); }

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

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

 a { background-color: rgb(192,236,221); }

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

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

 span { border-color: rgb(192,236,221); }

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