Html Css Color HEX #9BF2CE Magic Mint

📋 copy color: '#9BF2CE'

red 155 ◦ green 242 ◦ blue 206

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

Shades of Magic Mint #9BF2CE

Tints of Magic Mint #9BF2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 25.7%
G = 40.13%
B = 34.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#9BF2CE (or 0x9BF2CE) is known color: Magic Mint. HEX triplet: 9B, F2 and CE. RGB value is (155,242,206). Sum of RGB (Red+Green+Blue) = 155+242+206=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2CE is #640D31. Grayscale: #D3D3D3. Windows color (decimal): -6556978 or 13562523. OLE color: 13562523.

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

Color convert

RGB 155 242 206 -
CMYK 0.36 0 0.15 0.05
HSL 155.17º 0.77% 0.78% -
HSV(B) 155.17º 0.36% 0.95% -
XYZ 56.41 74.93 69.88 -
YUV 211.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 155 242 206 0.36 0 0.15 0.05 155.17 0.77 0.78
Hex 9B F2 CE 24 0 F 5 9B 4D 4E
Octal 233 362 316 44 0 17 5 233 115 116
Binary 10011011 11110010 11001110 100100 0 1111 101 10011011 1001101 1001110

Color Harmonies of #9BF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2CE

Black with #9BF2CE

Text Example


Text Example

White with #9BF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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