#C0EDDE

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

Shades of Mint Tulip #C0EDDE

Tints of Mint Tulip #C0EDDE

Color information

#C0EDDE (or 0xC0EDDE) is unknown color: approx Mint Tulip. HEX triplet: C0, ED and DE. RGB value is (192,237,222). Sum of RGB (Red+Green+Blue) = 192+237+222=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDDE is #3F1221. Grayscale: #DDDDDD. Windows color (decimal): -4133410 or 14609856. OLE color: 14609856.

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

Color convert

RGB192237222-
CMYK0.1900.060.07
HSL160º55.56%84.12%-
HSV(B)160º18.99%92.94%-
XYZ65.2177.0580.54-
YUV221.83128.09106.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.49%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=29.49%
G=36.41%
B=34.10%

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
Decimal1922372220.1900.060.0716055.5684.12
HexC0EDDE13067a03854
Octal3003553362306724070124
Binary110000001110110111011110100110110111101000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EDDE; }

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

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

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

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

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

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

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

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