#C0EFE0

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

Shades of Mint Tulip #C0EFE0

Tints of Mint Tulip #C0EFE0

Color information

#C0EFE0 (or 0xC0EFE0) is unknown color: approx Mint Tulip. HEX triplet: C0, EF and E0. RGB value is (192,239,224). Sum of RGB (Red+Green+Blue) = 192+239+224=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFE0 is #3F101F. Grayscale: #DFDFDF. Windows color (decimal): -4132896 or 14741440. OLE color: 14741440.

HSL color Cylindrical-coordinate representation of color #C0EFE0: hue angle of 160.85º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFE0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB192239224-
CMYK0.2000.060.06
HSL160.85º59.49%84.51%-
HSV(B)160.85º19.67%93.73%-
XYZ66.0678.3282.16-
YUV223.24128.43105.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.31%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=29.31%
G=36.49%
B=34.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922392240.2000.060.06160.8559.4984.51
HexC0EFE014066a13b55
Octal3003573402406624173125
Binary110000001110111111100000101000110110101000011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFE0; }

 p { color: rgb(192,239,224); }

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

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

 a { background-color: rgb(192,239,224); }

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

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

 span { border-color: rgb(192,239,224); }

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