Html Css Color HEX #9BF1DA Magic Mint

📋 copy color: '#9BF1DA'

red 155 ◦ green 241 ◦ blue 218

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

Shades of Magic Mint #9BF1DA

Tints of Magic Mint #9BF1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.25%

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 25.24%
G = 39.25%
B = 35.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#9BF1DA (or 0x9BF1DA) is known color: Magic Mint. HEX triplet: 9B, F1 and DA. RGB value is (155,241,218). Sum of RGB (Red+Green+Blue) = 155+241+218=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1DA is #640E25. Grayscale: #D4D4D4. Windows color (decimal): -6557222 or 14348699. OLE color: 14348699.

HSL color Cylindrical-coordinate representation of color #9BF1DA: hue angle of 163.95º degrees, saturation: 0.75, 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 #9BF1DA is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 241 218 -
CMYK 0.36 0 0.10 0.05
HSL 163.95º 0.75% 0.78% -
HSV(B) 163.95º 0.36% 0.95% -
XYZ 57.63 74.94 77.76 -
YUV 212.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 155 241 218 0.36 0 0.10 0.05 163.95 0.75 0.78
Hex 9B F1 DA 24 0 A 5 A4 4B 4E
Octal 233 361 332 44 0 12 5 244 113 116
Binary 10011011 11110001 11011010 100100 0 1010 101 10100100 1001011 1001110

Color Harmonies of #9BF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF1DA

Black with #9BF1DA

Text Example


Text Example

White with #9BF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,241,218); }

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

background-color css

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

 a { background-color: rgb(155,241,218); }

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

border-color css

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

 span { border-color: rgb(155,241,218); }

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