Html Css Color HEX #C1EBDB Mint Tulip

📋 copy color: '#C1EBDB'

red 193 ◦ green 235 ◦ blue 219

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

Shades of Mint Tulip #C1EBDB

Tints of Mint Tulip #C1EBDB

RGB

 RED value IS 193 (75.78% from 255) = 29.83%

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

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

R = 29.83%
G = 36.32%
B = 33.85%

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

#C1EBDB (or 0xC1EBDB) is known color: Mint Tulip. HEX triplet: C1, EB and DB. RGB value is (193,235,219). Sum of RGB (Red+Green+Blue) = 193+235+219=647 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.83% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBDB is #3E1424. Grayscale: #DCDCDC. Windows color (decimal): -4068389 or 14412737. OLE color: 14412737.

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

Color convert

RGB 193 235 219 -
CMYK 0.18 0 0.07 0.08
HSL 157.14º 0.51% 0.84% -
HSV(B) 157.14º 0.18% 0.92% -
XYZ 64.49 75.87 78.26 -
YUV 220.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 193 235 219 0.18 0 0.07 0.08 157.14 0.51 0.84
Hex C1 EB DB 12 0 7 8 9D 33 54
Octal 301 353 333 22 0 7 10 235 63 124
Binary 11000001 11101011 11011011 10010 0 111 1000 10011101 110011 1010100

Color Harmonies of #C1EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EBDB

Black with #C1EBDB

Text Example


Text Example

White with #C1EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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