#C0F2DE

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

Shades of Mint Tulip #C0F2DE

Tints of Mint Tulip #C0F2DE

Color information

#C0F2DE (or 0xC0F2DE) is unknown color: approx Mint Tulip. HEX triplet: C0, F2 and DE. RGB value is (192,242,222). Sum of RGB (Red+Green+Blue) = 192+242+222=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DE is #3F0D21. Grayscale: #E0E0E0. Windows color (decimal): -4132130 or 14611136. OLE color: 14611136.

HSL color Cylindrical-coordinate representation of color #C0F2DE: hue angle of 156º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2DE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB192242222-
CMYK0.2100.080.05
HSL156º65.79%85.1%-
HSV(B)156º20.66%94.9%-
XYZ66.6879.9881.03-
YUV224.77126.44104.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.27%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=29.27%
G=36.89%
B=33.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922422220.2100.080.0515665.7985.1
HexC0F2DE150859c4255
Octal300362336250105234102125
Binary11000000111100101101111010101010001011001110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2DE; }

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

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

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

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

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

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

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

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