Html Css Color HEX #95EBCB Magic Mint

📋 copy color: '#95EBCB'

red 149 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #95EBCB

Tints of Magic Mint #95EBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.03%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 25.38%
G = 40.03%
B = 34.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#95EBCB (or 0x95EBCB) is known color: Magic Mint. HEX triplet: 95, EB and CB. RGB value is (149,235,203). Sum of RGB (Red+Green+Blue) = 149+235+203=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBCB is #6A1434. Grayscale: #CDCDCD. Windows color (decimal): -6951989 or 13364117. OLE color: 13364117.

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

Color convert

RGB 149 235 203 -
CMYK 0.37 0 0.14 0.08
HSL 157.67º 0.68% 0.75% -
HSV(B) 157.67º 0.37% 0.92% -
XYZ 52.88 70.12 67.25 -
YUV 205.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 149 235 203 0.37 0 0.14 0.08 157.67 0.68 0.75
Hex 95 EB CB 25 0 E 8 9E 44 4B
Octal 225 353 313 45 0 16 10 236 104 113
Binary 10010101 11101011 11001011 100101 0 1110 1000 10011110 1000100 1001011

Color Harmonies of #95EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EBCB

Black with #95EBCB

Text Example


Text Example

White with #95EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,235,203); }

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

background-color css

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

 a { background-color: rgb(149,235,203); }

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

border-color css

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

 span { border-color: rgb(149,235,203); }

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