Html Css Color HEX #C0E8DB Mint Tulip

📋 copy color: '#C0E8DB'

red 192 ◦ green 232 ◦ blue 219

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

Shades of Mint Tulip #C0E8DB

Tints of Mint Tulip #C0E8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.08%

 BLUE value IS 219 (85.94% from 255) = 34.06%

R = 29.86%
G = 36.08%
B = 34.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#C0E8DB (or 0xC0E8DB) is known color: Mint Tulip. HEX triplet: C0, E8 and DB. RGB value is (192,232,219). Sum of RGB (Red+Green+Blue) = 192+232+219=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E8DB is #3F1724. Grayscale: #DADADA. Windows color (decimal): -4134693 or 14411968. OLE color: 14411968.

HSL color Cylindrical-coordinate representation of color #C0E8DB: hue angle of 160.5º degrees, saturation: 0.47, 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 #C0E8DB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 232 219 -
CMYK 0.17 0 0.06 0.09
HSL 160.5º 0.47% 0.83% -
HSV(B) 160.5º 0.17% 0.91% -
XYZ 63.38 74.03 77.97 -
YUV 218.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 192 232 219 0.17 0 0.06 0.09 160.5 0.47 0.83
Hex C0 E8 DB 11 0 6 9 A0 2F 53
Octal 300 350 333 21 0 6 11 240 57 123
Binary 11000000 11101000 11011011 10001 0 110 1001 10100000 101111 1010011

Color Harmonies of #C0E8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E8DB

Black with #C0E8DB

Text Example


Text Example

White with #C0E8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E8DB; }

 p { color: rgb(192,232,219); }

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

background-color css

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

 a { background-color: rgb(192,232,219); }

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

border-color css

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

 span { border-color: rgb(192,232,219); }

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