#C0FEE0

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

Shades of Mint Tulip #C0FEE0

Tints of Mint Tulip #C0FEE0

Color information

#C0FEE0 (or 0xC0FEE0) is unknown color: approx Mint Tulip. HEX triplet: C0, FE and E0. RGB value is (192,254,224). Sum of RGB (Red+Green+Blue) = 192+254+224=670 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.66% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEE0 is #3F011F. Grayscale: #E8E8E8. Windows color (decimal): -4129056 or 14745280. OLE color: 14745280.

HSL color Cylindrical-coordinate representation of color #C0FEE0: hue angle of 150.97º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEE0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB192254224-
CMYK0.2400.120.00
HSL150.97º96.88%87.45%-
HSV(B)150.97º24.41%99.61%-
XYZ70.6387.4783.68-
YUV232.04123.4699.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.66%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 224 (87.89% from 255) = 33.43%
R=28.66%
G=37.91%
B=33.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922542240.2400.120.00150.9796.8887.45
HexC0FEE0180C0976157
Octal300376340300140227141127
Binary110000001111111011100000110000110001001011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEE0; }

 p { color: rgb(192,254,224); }

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

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

 a { background-color: rgb(192,254,224); }

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

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

 span { border-color: rgb(192,254,224); }

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