Html Css Color HEX #C0E9DC Mint Tulip

📋 copy color: '#C0E9DC'

red 192 ◦ green 233 ◦ blue 220

#C0E9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #C0E9DC

Tints of Mint Tulip #C0E9DC

RGB

 RED value IS 192 (75.39% from 255) = 29.77%

 GREEN value IS 233 (91.41% from 255) = 36.12%

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 29.77%
G = 36.12%
B = 34.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#C0E9DC (or 0xC0E9DC) is known color: Mint Tulip. HEX triplet: C0, E9 and DC. RGB value is (192,233,220). Sum of RGB (Red+Green+Blue) = 192+233+220=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E9DC is #3F1623. Grayscale: #DBDBDB. Windows color (decimal): -4134436 or 14477760. OLE color: 14477760.

HSL color Cylindrical-coordinate representation of color #C0E9DC: hue angle of 160.98º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0E9DC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 220 -
CMYK 0.18 0 0.06 0.09
HSL 160.98º 0.48% 0.83% -
HSV(B) 160.98º 0.18% 0.91% -
XYZ 63.8 74.65 78.76 -
YUV 219.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 192 233 220 0.18 0 0.06 0.09 160.98 0.48 0.83
Hex C0 E9 DC 12 0 6 9 A1 30 53
Octal 300 351 334 22 0 6 11 241 60 123
Binary 11000000 11101001 11011100 10010 0 110 1001 10100001 110000 1010011

Color Harmonies of #C0E9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E9DC

Black with #C0E9DC

Text Example


Text Example

White with #C0E9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E9DC; }

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

 H1.HeaderClassName
 {
   color: #C0E9DC;
 }
 .AnyTagClassName
 {
   color: #C0E9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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