Html Css Color HEX #95EFCF Magic Mint

📋 copy color: '#95EFCF'

red 149 ◦ green 239 ◦ blue 207

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

Shades of Magic Mint #95EFCF

Tints of Magic Mint #95EFCF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.17%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 25.04%
G = 40.17%
B = 34.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#95EFCF (or 0x95EFCF) is known color: Magic Mint. HEX triplet: 95, EF and CF. RGB value is (149,239,207). Sum of RGB (Red+Green+Blue) = 149+239+207=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFCF is #6A1030. Grayscale: #D0D0D0. Windows color (decimal): -6950961 or 13627285. OLE color: 13627285.

HSL color Cylindrical-coordinate representation of color #95EFCF: hue angle of 158.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFCF is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 207 -
CMYK 0.38 0 0.13 0.06
HSL 158.67º 0.74% 0.76% -
HSV(B) 158.67º 0.38% 0.94% -
XYZ 54.52 72.63 70.18 -
YUV 208.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 149 239 207 0.38 0 0.13 0.06 158.67 0.74 0.76
Hex 95 EF CF 26 0 D 6 9F 4A 4C
Octal 225 357 317 46 0 15 6 237 112 114
Binary 10010101 11101111 11001111 100110 0 1101 110 10011111 1001010 1001100

Color Harmonies of #95EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFCF

Black with #95EFCF

Text Example


Text Example

White with #95EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,239,207); }

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

background-color css

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

 a { background-color: rgb(149,239,207); }

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

border-color css

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

 span { border-color: rgb(149,239,207); }

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