Html Css Color HEX #9BF2D5 Magic Mint

📋 copy color: '#9BF2D5'

red 155 ◦ green 242 ◦ blue 213

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

Shades of Magic Mint #9BF2D5

Tints of Magic Mint #9BF2D5

RGB

 RED value IS 155 (60.94% from 255) = 25.41%

 GREEN value IS 242 (94.92% from 255) = 39.67%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 25.41%
G = 39.67%
B = 34.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#9BF2D5 (or 0x9BF2D5) is known color: Magic Mint. HEX triplet: 9B, F2 and D5. RGB value is (155,242,213). Sum of RGB (Red+Green+Blue) = 155+242+213=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2D5 is #640D2A. Grayscale: #D4D4D4. Windows color (decimal): -6556971 or 14021275. OLE color: 14021275.

HSL color Cylindrical-coordinate representation of color #9BF2D5: hue angle of 160º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2D5 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 213 -
CMYK 0.36 0 0.12 0.05
HSL 160º 0.77% 0.78% -
HSV(B) 160º 0.36% 0.95% -
XYZ 57.28 75.28 74.46 -
YUV 212.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 155 242 213 0.36 0 0.12 0.05 160 0.77 0.78
Hex 9B F2 D5 24 0 C 5 A0 4D 4E
Octal 233 362 325 44 0 14 5 240 115 116
Binary 10011011 11110010 11010101 100100 0 1100 101 10100000 1001101 1001110

Color Harmonies of #9BF2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2D5

Black with #9BF2D5

Text Example


Text Example

White with #9BF2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BF2D5; }

 p { color: rgb(155,242,213); }

 H1.HeaderClassName
 {
   color: #9BF2D5;
 }
 .AnyTagClassName
 {
   color: #9BF2D5;
 }
</style>

background-color css

<style>
 a { background-color: #9BF2D5; }

 a { background-color: rgb(155,242,213); }

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

border-color css

<style>
 span { border-color: #9BF2D5; }

 span { border-color: rgb(155,242,213); }

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