#C0F8E2

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

Shades of Mint Tulip #C0F8E2

Tints of Mint Tulip #C0F8E2

Color information

#C0F8E2 (or 0xC0F8E2) is unknown color: approx Mint Tulip. HEX triplet: C0, F8 and E2. RGB value is (192,248,226). Sum of RGB (Red+Green+Blue) = 192+248+226=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8E2 is #3F071D. Grayscale: #E4E4E4. Windows color (decimal): -4130590 or 14874816. OLE color: 14874816.

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

Color convert

RGB192248226-
CMYK0.2300.090.03
HSL156.43º80%86.27%-
HSV(B)156.43º22.58%97.25%-
XYZ69.0383.8384.49-
YUV228.75126.45101.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.83%
GREEN value IS 248 (97.27% from 255) = 37.24%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=28.83%
G=37.24%
B=33.93%

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
Decimal1922482260.2300.090.03156.438086.27
HexC0F8E2170939c5056
Octal300370342270113234120126
Binary1100000011111000111000101011101001111001110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8E2; }

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

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

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

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

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

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

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

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