Html Css Color HEX #C0EBDB Mint Tulip

📋 copy color: '#C0EBDB'

red 192 ◦ green 235 ◦ blue 219

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

Shades of Mint Tulip #C0EBDB

Tints of Mint Tulip #C0EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.38%

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

R = 29.72%
G = 36.38%
B = 33.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#C0EBDB (or 0xC0EBDB) is known color: Mint Tulip. HEX triplet: C0, EB and DB. RGB value is (192,235,219). Sum of RGB (Red+Green+Blue) = 192+235+219=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBDB is #3F1424. Grayscale: #DCDCDC. Windows color (decimal): -4133925 or 14412736. OLE color: 14412736.

HSL color Cylindrical-coordinate representation of color #C0EBDB: hue angle of 157.67º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBDB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 219 -
CMYK 0.18 0 0.07 0.08
HSL 157.67º 0.52% 0.84% -
HSV(B) 157.67º 0.18% 0.92% -
XYZ 64.23 75.74 78.25 -
YUV 220.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 192 235 219 0.18 0 0.07 0.08 157.67 0.52 0.84
Hex C0 EB DB 12 0 7 8 9E 34 54
Octal 300 353 333 22 0 7 10 236 64 124
Binary 11000000 11101011 11011011 10010 0 111 1000 10011110 110100 1010100

Color Harmonies of #C0EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBDB

Black with #C0EBDB

Text Example


Text Example

White with #C0EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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