Html Css Color HEX #C2EBDB Mint Tulip

📋 copy color: '#C2EBDB'

red 194 ◦ green 235 ◦ blue 219

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

Shades of Mint Tulip #C2EBDB

Tints of Mint Tulip #C2EBDB

RGB

 RED value IS 194 (76.17% from 255) = 29.94%

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

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

R = 29.94%
G = 36.27%
B = 33.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#C2EBDB (or 0xC2EBDB) is known color: Mint Tulip. HEX triplet: C2, EB and DB. RGB value is (194,235,219). Sum of RGB (Red+Green+Blue) = 194+235+219=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBDB is #3D1424. Grayscale: #DCDCDC. Windows color (decimal): -4002853 or 14412738. OLE color: 14412738.

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

Color convert

RGB 194 235 219 -
CMYK 0.17 0 0.07 0.08
HSL 156.59º 0.51% 0.84% -
HSV(B) 156.59º 0.17% 0.92% -
XYZ 64.74 76 78.28 -
YUV 220.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 194 235 219 0.17 0 0.07 0.08 156.59 0.51 0.84
Hex C2 EB DB 11 0 7 8 9D 33 54
Octal 302 353 333 21 0 7 10 235 63 124
Binary 11000010 11101011 11011011 10001 0 111 1000 10011101 110011 1010100

Color Harmonies of #C2EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBDB

Black with #C2EBDB

Text Example


Text Example

White with #C2EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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