Html Css Color HEX #95EECA Magic Mint

📋 copy color: '#95EECA'

red 149 ◦ green 238 ◦ blue 202

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

Shades of Magic Mint #95EECA

Tints of Magic Mint #95EECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.41%

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

R = 25.3%
G = 40.41%
B = 34.3%

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

#95EECA (or 0x95EECA) is known color: Magic Mint. HEX triplet: 95, EE and CA. RGB value is (149,238,202). Sum of RGB (Red+Green+Blue) = 149+238+202=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #95EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EECA is #6A1135. Grayscale: #CFCFCF. Windows color (decimal): -6951222 or 13299349. OLE color: 13299349.

HSL color Cylindrical-coordinate representation of color #95EECA: hue angle of 155.73º degrees, saturation: 0.72, 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 #95EECA is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 238 202 -
CMYK 0.37 0 0.15 0.07
HSL 155.73º 0.72% 0.76% -
HSV(B) 155.73º 0.37% 0.93% -
XYZ 53.63 71.8 66.91 -
YUV 207.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 149 238 202 0.37 0 0.15 0.07 155.73 0.72 0.76
Hex 95 EE CA 25 0 F 7 9C 48 4C
Octal 225 356 312 45 0 17 7 234 110 114
Binary 10010101 11101110 11001010 100101 0 1111 111 10011100 1001000 1001100

Color Harmonies of #95EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EECA

Black with #95EECA

Text Example


Text Example

White with #95EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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