#C0F5DE

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

Shades of Mint Tulip #C0F5DE

Tints of Mint Tulip #C0F5DE

Color information

#C0F5DE (or 0xC0F5DE) is unknown color: approx Mint Tulip. HEX triplet: C0, F5 and DE. RGB value is (192,245,222). Sum of RGB (Red+Green+Blue) = 192+245+222=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5DE is #3F0A21. Grayscale: #E2E2E2. Windows color (decimal): -4131362 or 14611904. OLE color: 14611904.

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

Color convert

RGB192245222-
CMYK0.2200.090.04
HSL153.96º72.6%85.69%-
HSV(B)153.96º21.63%96.08%-
XYZ67.5881.7981.33-
YUV226.53125.44103.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.14%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=29.14%
G=37.18%
B=33.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922452220.2200.090.04153.9672.685.69
HexC0F5DE160949a4956
Octal300365336260114232111126
Binary11000000111101011101111010110010011001001101010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F5DE; }

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

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

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

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

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

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

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

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