#C0FEDF

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

Shades of Mint Tulip #C0FEDF

Tints of Mint Tulip #C0FEDF

Color information

#C0FEDF (or 0xC0FEDF) is unknown color: approx Mint Tulip. HEX triplet: C0, FE and DF. RGB value is (192,254,223). Sum of RGB (Red+Green+Blue) = 192+254+223=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEDF is #3F0120. Grayscale: #E7E7E7. Windows color (decimal): -4129057 or 14679744. OLE color: 14679744.

HSL color Cylindrical-coordinate representation of color #C0FEDF: hue angle of 150º 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 #C0FEDF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB192254223-
CMYK0.2400.120.00
HSL150º96.88%87.45%-
HSV(B)150º24.41%99.61%-
XYZ70.587.4282.97-
YUV231.93122.9699.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.70%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 223 (87.5% from 255) = 33.33%
R=28.70%
G=37.97%
B=33.33%

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
Decimal1922542230.2400.120.0015096.8887.45
HexC0FEDF180C0966157
Octal300376337300140226141127
Binary110000001111111011011111110000110001001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEDF; }

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

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

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

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

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

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

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

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