#C0EBDC

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

Shades of Mint Tulip #C0EBDC

Tints of Mint Tulip #C0EBDC

Color information

#C0EBDC (or 0xC0EBDC) is unknown color: approx Mint Tulip. HEX triplet: C0, EB and DC. RGB value is (192,235,220). Sum of RGB (Red+Green+Blue) = 192+235+220=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBDC is #3F1423. Grayscale: #DCDCDC. Windows color (decimal): -4133924 or 14478272. OLE color: 14478272.

HSL color Cylindrical-coordinate representation of color #C0EBDC: hue angle of 159.07º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBDC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB192235220-
CMYK0.1800.060.08
HSL159.07º51.81%83.73%-
HSV(B)159.07º18.3%92.16%-
XYZ64.3675.7978.95-
YUV220.43127.75107.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.68%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=29.68%
G=36.32%
B=34.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922352200.1800.060.08159.0751.8183.73
HexC0EBDC120689f3454
Octal30035333422061023764124
Binary1100000011101011110111001001001101000100111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBDC; }

 p { color: rgb(192,235,220); }

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

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

 a { background-color: rgb(192,235,220); }

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

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

 span { border-color: rgb(192,235,220); }

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