#C0EEDE

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

Shades of Mint Tulip #C0EEDE

Tints of Mint Tulip #C0EEDE

Color information

#C0EEDE (or 0xC0EEDE) is unknown color: approx Mint Tulip. HEX triplet: C0, EE and DE. RGB value is (192,238,222). Sum of RGB (Red+Green+Blue) = 192+238+222=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEDE is #3F1121. Grayscale: #DEDEDE. Windows color (decimal): -4133154 or 14610112. OLE color: 14610112.

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

Color convert

RGB192238222-
CMYK0.1900.070.07
HSL159.13º57.5%84.31%-
HSV(B)159.13º19.33%93.33%-
XYZ65.577.6380.64-
YUV222.42127.76106.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.45%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=29.45%
G=36.50%
B=34.05%

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
Decimal1922382220.1900.070.07159.1357.584.31
HexC0EEDE130779f3a54
Octal3003563362307723772124
Binary110000001110111011011110100110111111100111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EEDE; }

 p { color: rgb(192,238,222); }

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

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

 a { background-color: rgb(192,238,222); }

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

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

 span { border-color: rgb(192,238,222); }

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