Html Css Color HEX #9AFBDB Magic Mint

📋 copy color: '#9AFBDB'

red 154 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #9AFBDB

Tints of Magic Mint #9AFBDB

RGB

 RED value IS 154 (60.55% from 255) = 24.68%

 GREEN value IS 251 (98.44% from 255) = 40.22%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 24.68%
G = 40.22%
B = 35.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#9AFBDB (or 0x9AFBDB) is known color: Magic Mint. HEX triplet: 9A, FB and DB. RGB value is (154,251,219). Sum of RGB (Red+Green+Blue) = 154+251+219=624 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.68% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBDB is #650424. Grayscale: #DADADA. Windows color (decimal): -6620197 or 14416794. OLE color: 14416794.

HSL color Cylindrical-coordinate representation of color #9AFBDB: hue angle of 160.21º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBDB is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 251 219 -
CMYK 0.39 0 0.13 0.02
HSL 160.21º 0.92% 0.79% -
HSV(B) 160.21º 0.39% 0.98% -
XYZ 60.61 80.98 79.45 -
YUV 218.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 154 251 219 0.39 0 0.13 0.02 160.21 0.92 0.79
Hex 9A FB DB 27 0 D 2 A0 5C 4F
Octal 232 373 333 47 0 15 2 240 134 117
Binary 10011010 11111011 11011011 100111 0 1101 10 10100000 1011100 1001111

Color Harmonies of #9AFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFBDB

Black with #9AFBDB

Text Example


Text Example

White with #9AFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,219); }

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

background-color css

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

 a { background-color: rgb(154,251,219); }

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

border-color css

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

 span { border-color: rgb(154,251,219); }

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