#C0F8E3

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

Shades of Mint Tulip #C0F8E3

Tints of Mint Tulip #C0F8E3

Color information

#C0F8E3 (or 0xC0F8E3) is unknown color: approx Mint Tulip. HEX triplet: C0, F8 and E3. RGB value is (192,248,227). Sum of RGB (Red+Green+Blue) = 192+248+227=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8E3 is #3F071C. Grayscale: #E4E4E4. Windows color (decimal): -4130589 or 14940352. OLE color: 14940352.

HSL color Cylindrical-coordinate representation of color #C0F8E3: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8E3 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB192248227-
CMYK0.2300.080.03
HSL157.5º80%86.27%-
HSV(B)157.5º22.58%97.25%-
XYZ69.1783.8985.22-
YUV228.86126.95101.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.79%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 227 (89.06% from 255) = 34.03%
R=28.79%
G=37.18%
B=34.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922482270.2300.080.03157.58086.27
HexC0F8E3170839e5056
Octal300370343270103236120126
Binary1100000011111000111000111011101000111001111010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8E3; }

 p { color: rgb(192,248,227); }

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

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

 a { background-color: rgb(192,248,227); }

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

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

 span { border-color: rgb(192,248,227); }

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