Html Css Color HEX #C2EBDA Mint Tulip

📋 copy color: '#C2EBDA'

red 194 ◦ green 235 ◦ blue 218

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

Shades of Mint Tulip #C2EBDA

Tints of Mint Tulip #C2EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.69%

R = 29.98%
G = 36.32%
B = 33.69%

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

#C2EBDA (or 0xC2EBDA) is known color: Mint Tulip. HEX triplet: C2, EB and DA. RGB value is (194,235,218). Sum of RGB (Red+Green+Blue) = 194+235+218=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBDA is #3D1425. Grayscale: #DCDCDC. Windows color (decimal): -4002854 or 14347202. OLE color: 14347202.

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

Color convert

RGB 194 235 218 -
CMYK 0.17 0 0.07 0.08
HSL 155.12º 0.51% 0.84% -
HSV(B) 155.12º 0.17% 0.92% -
XYZ 64.61 75.95 77.58 -
YUV 220.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 194 235 218 0.17 0 0.07 0.08 155.12 0.51 0.84
Hex C2 EB DA 11 0 7 8 9B 33 54
Octal 302 353 332 21 0 7 10 233 63 124
Binary 11000010 11101011 11011010 10001 0 111 1000 10011011 110011 1010100

Color Harmonies of #C2EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBDA

Black with #C2EBDA

Text Example


Text Example

White with #C2EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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