Html Css Color HEX #95EACA Magic Mint

📋 copy color: '#95EACA'

red 149 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #95EACA

Tints of Magic Mint #95EACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 25.47%
G = 40%
B = 34.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#95EACA (or 0x95EACA) is known color: Magic Mint. HEX triplet: 95, EA and CA. RGB value is (149,234,202). Sum of RGB (Red+Green+Blue) = 149+234+202=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #95EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EACA is #6A1535. Grayscale: #CCCCCC. Windows color (decimal): -6952246 or 13298325. OLE color: 13298325.

HSL color Cylindrical-coordinate representation of color #95EACA: hue angle of 157.41º 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 #95EACA is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 202 -
CMYK 0.36 0 0.14 0.08
HSL 157.41º 0.67% 0.75% -
HSV(B) 157.41º 0.36% 0.92% -
XYZ 52.48 69.5 66.53 -
YUV 204.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 149 234 202 0.36 0 0.14 0.08 157.41 0.67 0.75
Hex 95 EA CA 24 0 E 8 9D 43 4B
Octal 225 352 312 44 0 16 10 235 103 113
Binary 10010101 11101010 11001010 100100 0 1110 1000 10011101 1000011 1001011

Color Harmonies of #95EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EACA

Black with #95EACA

Text Example


Text Example

White with #95EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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