#C0FBE0

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

Shades of Mint Tulip #C0FBE0

Tints of Mint Tulip #C0FBE0

Color information

#C0FBE0 (or 0xC0FBE0) is unknown color: approx Mint Tulip. HEX triplet: C0, FB and E0. RGB value is (192,251,224). Sum of RGB (Red+Green+Blue) = 192+251+224=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBE0 is #3F041F. Grayscale: #E6E6E6. Windows color (decimal): -4129824 or 14744512. OLE color: 14744512.

HSL color Cylindrical-coordinate representation of color #C0FBE0: hue angle of 152.54º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBE0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB192251224-
CMYK0.2400.110.02
HSL152.54º88.06%86.86%-
HSV(B)152.54º23.51%98.43%-
XYZ69.6985.5883.37-
YUV230.28124.45100.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.79%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=28.79%
G=37.63%
B=33.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512240.2400.110.02152.5488.0686.86
HexC0FBE0180B2995857
Octal300373340300132231130127
Binary1100000011111011111000001100001011101001100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBE0; }

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

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

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

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

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

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

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

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