Html Css Color HEX #C2E6D8 Mint Tulip

📋 copy color: '#C2E6D8'

red 194 ◦ green 230 ◦ blue 216

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

Shades of Mint Tulip #C2E6D8

Tints of Mint Tulip #C2E6D8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.94%

 BLUE value IS 216 (84.77% from 255) = 33.75%

R = 30.31%
G = 35.94%
B = 33.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#C2E6D8 (or 0xC2E6D8) is known color: Mint Tulip. HEX triplet: C2, E6 and D8. RGB value is (194,230,216). Sum of RGB (Red+Green+Blue) = 194+230+216=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E6D8 is #3D1927. Grayscale: #D9D9D9. Windows color (decimal): -4004136 or 14214850. OLE color: 14214850.

HSL color Cylindrical-coordinate representation of color #C2E6D8: hue angle of 156.67º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E6D8 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 216 -
CMYK 0.16 0 0.06 0.10
HSL 156.67º 0.42% 0.83% -
HSV(B) 156.67º 0.16% 0.9% -
XYZ 62.94 73.02 75.74 -
YUV 217.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 194 230 216 0.16 0 0.06 0.10 156.67 0.42 0.83
Hex C2 E6 D8 10 0 6 A 9D 2A 53
Octal 302 346 330 20 0 6 12 235 52 123
Binary 11000010 11100110 11011000 10000 0 110 1010 10011101 101010 1010011

Color Harmonies of #C2E6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E6D8

Black with #C2E6D8

Text Example


Text Example

White with #C2E6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E6D8; }

 p { color: rgb(194,230,216); }

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

background-color css

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

 a { background-color: rgb(194,230,216); }

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

border-color css

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

 span { border-color: rgb(194,230,216); }

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