#C0F4E2

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

Shades of Mint Tulip #C0F4E2

Tints of Mint Tulip #C0F4E2

Color information

#C0F4E2 (or 0xC0F4E2) is unknown color: approx Mint Tulip. HEX triplet: C0, F4 and E2. RGB value is (192,244,226). Sum of RGB (Red+Green+Blue) = 192+244+226=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4E2 is #3F0B1D. Grayscale: #E2E2E2. Windows color (decimal): -4131614 or 14873792. OLE color: 14873792.

HSL color Cylindrical-coordinate representation of color #C0F4E2: hue angle of 159.23º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4E2 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB192244226-
CMYK0.2100.070.04
HSL159.23º70.27%85.49%-
HSV(B)159.23º21.31%95.69%-
XYZ67.8281.484.09-
YUV226.4127.77103.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.00%
GREEN value IS 244 (95.70% from 255) = 36.86%
BLUE value IS 226 (88.67% from 255) = 34.14%
R=29.00%
G=36.86%
B=34.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922442260.2100.070.04159.2370.2785.49
HexC0F4E2150749f4655
Octal30036434225074237106125
Binary1100000011110100111000101010101111001001111110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F4E2; }

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

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

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

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

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

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

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

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