#C0F5E1

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

Shades of Mint Tulip #C0F5E1

Tints of Mint Tulip #C0F5E1

Color information

#C0F5E1 (or 0xC0F5E1) is unknown color: approx Mint Tulip. HEX triplet: C0, F5 and E1. RGB value is (192,245,225). Sum of RGB (Red+Green+Blue) = 192+245+225=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5E1 is #3F0A1E. Grayscale: #E2E2E2. Windows color (decimal): -4131359 or 14808512. OLE color: 14808512.

HSL color Cylindrical-coordinate representation of color #C0F5E1: hue angle of 157.36º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5E1 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB192245225-
CMYK0.2200.080.04
HSL157.36º72.6%85.69%-
HSV(B)157.36º21.63%96.08%-
XYZ67.9881.9583.47-
YUV226.87126.94103.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.00%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=29.00%
G=37.01%
B=33.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922452250.2200.080.04157.3672.685.69
HexC0F5E1160849d4956
Octal300365341260104235111126
Binary11000000111101011110000110110010001001001110110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F5E1; }

 p { color: rgb(192,245,225); }

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

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

 a { background-color: rgb(192,245,225); }

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

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

 span { border-color: rgb(192,245,225); }

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