Html Css Color HEX #C0EEDB Mint Tulip

📋 copy color: '#C0EEDB'

red 192 ◦ green 238 ◦ blue 219

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

Shades of Mint Tulip #C0EEDB

Tints of Mint Tulip #C0EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.67%

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

R = 29.58%
G = 36.67%
B = 33.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C0EEDB (or 0xC0EEDB) is known color: Mint Tulip. HEX triplet: C0, EE and DB. RGB value is (192,238,219). Sum of RGB (Red+Green+Blue) = 192+238+219=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEDB is #3F1124. Grayscale: #DEDEDE. Windows color (decimal): -4133157 or 14413504. OLE color: 14413504.

HSL color Cylindrical-coordinate representation of color #C0EEDB: hue angle of 155.22º degrees, saturation: 0.57, 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 #C0EEDB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 238 219 -
CMYK 0.19 0 0.08 0.07
HSL 155.22º 0.58% 0.84% -
HSV(B) 155.22º 0.19% 0.93% -
XYZ 65.1 77.47 78.54 -
YUV 222.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 192 238 219 0.19 0 0.08 0.07 155.22 0.58 0.84
Hex C0 EE DB 13 0 8 7 9B 3A 54
Octal 300 356 333 23 0 10 7 233 72 124
Binary 11000000 11101110 11011011 10011 0 1000 111 10011011 111010 1010100

Color Harmonies of #C0EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EEDB

Black with #C0EEDB

Text Example


Text Example

White with #C0EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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