#C0F8E1

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

Shades of Mint Tulip #C0F8E1

Tints of Mint Tulip #C0F8E1

Color information

#C0F8E1 (or 0xC0F8E1) is unknown color: approx Mint Tulip. HEX triplet: C0, F8 and E1. RGB value is (192,248,225). Sum of RGB (Red+Green+Blue) = 192+248+225=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8E1 is #3F071E. Grayscale: #E4E4E4. Windows color (decimal): -4130591 or 14809280. OLE color: 14809280.

HSL color Cylindrical-coordinate representation of color #C0F8E1: hue angle of 155.36º 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 #C0F8E1 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB192248225-
CMYK0.2300.090.03
HSL155.36º80%86.27%-
HSV(B)155.36º22.58%97.25%-
XYZ68.983.7883.77-
YUV228.63125.95101.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.87%
GREEN value IS 248 (97.27% from 255) = 37.29%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=28.87%
G=37.29%
B=33.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922482250.2300.090.03155.368086.27
HexC0F8E1170939b5056
Octal300370341270113233120126
Binary1100000011111000111000011011101001111001101110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8E1; }

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

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

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

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

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

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

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

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