Html Css Color HEX #95EAC3 Magic Mint

📋 copy color: '#95EAC3'

red 149 ◦ green 234 ◦ blue 195

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

Shades of Magic Mint #95EAC3

Tints of Magic Mint #95EAC3

RGB

 RED value IS 149 (58.59% from 255) = 25.78%

 GREEN value IS 234 (91.8% from 255) = 40.48%

 BLUE value IS 195 (76.56% from 255) = 33.74%

R = 25.78%
G = 40.48%
B = 33.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#95EAC3 (or 0x95EAC3) is known color: Magic Mint. HEX triplet: 95, EA and C3. RGB value is (149,234,195). Sum of RGB (Red+Green+Blue) = 149+234+195=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAC3 is #6A153C. Grayscale: #CCCCCC. Windows color (decimal): -6952253 or 12839573. OLE color: 12839573.

HSL color Cylindrical-coordinate representation of color #95EAC3: hue angle of 152.47º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAC3 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 195 -
CMYK 0.36 0 0.17 0.08
HSL 152.47º 0.67% 0.75% -
HSV(B) 152.47º 0.36% 0.92% -
XYZ 51.67 69.18 62.26 -
YUV 204.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 149 234 195 0.36 0 0.17 0.08 152.47 0.67 0.75
Hex 95 EA C3 24 0 11 8 98 43 4B
Octal 225 352 303 44 0 21 10 230 103 113
Binary 10010101 11101010 11000011 100100 0 10001 1000 10011000 1000011 1001011

Color Harmonies of #95EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAC3

Black with #95EAC3

Text Example


Text Example

White with #95EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EAC3; }

 p { color: rgb(149,234,195); }

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

background-color css

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

 a { background-color: rgb(149,234,195); }

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

border-color css

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

 span { border-color: rgb(149,234,195); }

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