Html Css Color HEX #C0ECDB Mint Tulip

📋 copy color: '#C0ECDB'

red 192 ◦ green 236 ◦ blue 219

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

Shades of Mint Tulip #C0ECDB

Tints of Mint Tulip #C0ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.48%

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

R = 29.68%
G = 36.48%
B = 33.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#C0ECDB (or 0xC0ECDB) is known color: Mint Tulip. HEX triplet: C0, EC and DB. RGB value is (192,236,219). Sum of RGB (Red+Green+Blue) = 192+236+219=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECDB is #3F1324. Grayscale: #DCDCDC. Windows color (decimal): -4133669 or 14412992. OLE color: 14412992.

HSL color Cylindrical-coordinate representation of color #C0ECDB: hue angle of 156.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECDB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 236 219 -
CMYK 0.19 0 0.07 0.07
HSL 156.82º 0.54% 0.84% -
HSV(B) 156.82º 0.19% 0.93% -
XYZ 64.52 76.31 78.35 -
YUV 220.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 192 236 219 0.19 0 0.07 0.07 156.82 0.54 0.84
Hex C0 EC DB 13 0 7 7 9D 36 54
Octal 300 354 333 23 0 7 7 235 66 124
Binary 11000000 11101100 11011011 10011 0 111 111 10011101 110110 1010100

Color Harmonies of #C0ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ECDB

Black with #C0ECDB

Text Example


Text Example

White with #C0ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ECDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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