#C0F3DE

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

Shades of Mint Tulip #C0F3DE

Tints of Mint Tulip #C0F3DE

Color information

#C0F3DE (or 0xC0F3DE) is unknown color: approx Mint Tulip. HEX triplet: C0, F3 and DE. RGB value is (192,243,222). Sum of RGB (Red+Green+Blue) = 192+243+222=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3DE is #3F0C21. Grayscale: #E1E1E1. Windows color (decimal): -4131874 or 14611392. OLE color: 14611392.

HSL color Cylindrical-coordinate representation of color #C0F3DE: hue angle of 155.29º degrees, saturation: 0.68, 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 #C0F3DE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB192243222-
CMYK0.2100.090.05
HSL155.29º68%85.29%-
HSV(B)155.29º20.99%95.29%-
XYZ66.9780.5881.13-
YUV225.36126.1104.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.22%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=29.22%
G=36.99%
B=33.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922432220.2100.090.05155.296885.29
HexC0F3DE150959b4455
Octal300363336250115233104125
Binary11000000111100111101111010101010011011001101110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F3DE; }

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

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

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

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

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

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

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

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