Html Css Color HEX #C0E7DC Mint Tulip

📋 copy color: '#C0E7DC'

red 192 ◦ green 231 ◦ blue 220

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

Shades of Mint Tulip #C0E7DC

Tints of Mint Tulip #C0E7DC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.93%

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

R = 29.86%
G = 35.93%
B = 34.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#C0E7DC (or 0xC0E7DC) is known color: Mint Tulip. HEX triplet: C0, E7 and DC. RGB value is (192,231,220). Sum of RGB (Red+Green+Blue) = 192+231+220=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7DC is #3F1823. Grayscale: #DADADA. Windows color (decimal): -4134948 or 14477248. OLE color: 14477248.

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

Color convert

RGB 192 231 220 -
CMYK 0.17 0 0.05 0.09
HSL 163.08º 0.45% 0.83% -
HSV(B) 163.08º 0.17% 0.91% -
XYZ 63.23 73.53 78.57 -
YUV 218.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 192 231 220 0.17 0 0.05 0.09 163.08 0.45 0.83
Hex C0 E7 DC 11 0 5 9 A3 2D 53
Octal 300 347 334 21 0 5 11 243 55 123
Binary 11000000 11100111 11011100 10001 0 101 1001 10100011 101101 1010011

Color Harmonies of #C0E7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E7DC

Black with #C0E7DC

Text Example


Text Example

White with #C0E7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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