Html Css Color HEX #95EDCA Magic Mint

📋 copy color: '#95EDCA'

red 149 ◦ green 237 ◦ blue 202

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

Shades of Magic Mint #95EDCA

Tints of Magic Mint #95EDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.31%

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

R = 25.34%
G = 40.31%
B = 34.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#95EDCA (or 0x95EDCA) is known color: Magic Mint. HEX triplet: 95, ED and CA. RGB value is (149,237,202). Sum of RGB (Red+Green+Blue) = 149+237+202=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDCA is #6A1235. Grayscale: #CECECE. Windows color (decimal): -6951478 or 13299093. OLE color: 13299093.

HSL color Cylindrical-coordinate representation of color #95EDCA: hue angle of 156.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDCA is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 202 -
CMYK 0.37 0 0.15 0.07
HSL 156.14º 0.71% 0.76% -
HSV(B) 156.14º 0.37% 0.93% -
XYZ 53.34 71.22 66.81 -
YUV 206.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 149 237 202 0.37 0 0.15 0.07 156.14 0.71 0.76
Hex 95 ED CA 25 0 F 7 9C 47 4C
Octal 225 355 312 45 0 17 7 234 107 114
Binary 10010101 11101101 11001010 100101 0 1111 111 10011100 1000111 1001100

Color Harmonies of #95EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDCA

Black with #95EDCA

Text Example


Text Example

White with #95EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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