Html Css Color HEX #C2EFDB Mint Tulip

📋 copy color: '#C2EFDB'

red 194 ◦ green 239 ◦ blue 219

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

Shades of Mint Tulip #C2EFDB

Tints of Mint Tulip #C2EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.66%

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

R = 29.75%
G = 36.66%
B = 33.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#C2EFDB (or 0xC2EFDB) is known color: Mint Tulip. HEX triplet: C2, EF and DB. RGB value is (194,239,219). Sum of RGB (Red+Green+Blue) = 194+239+219=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFDB is #3D1024. Grayscale: #DFDFDF. Windows color (decimal): -4001829 or 14413762. OLE color: 14413762.

HSL color Cylindrical-coordinate representation of color #C2EFDB: hue angle of 153.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EFDB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 219 -
CMYK 0.19 0 0.08 0.06
HSL 153.33º 0.58% 0.85% -
HSV(B) 153.33º 0.19% 0.94% -
XYZ 65.9 78.32 78.66 -
YUV 223.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 194 239 219 0.19 0 0.08 0.06 153.33 0.58 0.85
Hex C2 EF DB 13 0 8 6 99 3A 55
Octal 302 357 333 23 0 10 6 231 72 125
Binary 11000010 11101111 11011011 10011 0 1000 110 10011001 111010 1010101

Color Harmonies of #C2EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFDB

Black with #C2EFDB

Text Example


Text Example

White with #C2EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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