Html Css Color HEX #9AFDDB Magic Mint

📋 copy color: '#9AFDDB'

red 154 ◦ green 253 ◦ blue 219

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

Shades of Magic Mint #9AFDDB

Tints of Magic Mint #9AFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.42%

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

R = 24.6%
G = 40.42%
B = 34.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#9AFDDB (or 0x9AFDDB) is known color: Magic Mint. HEX triplet: 9A, FD and DB. RGB value is (154,253,219). Sum of RGB (Red+Green+Blue) = 154+253+219=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDDB is #650224. Grayscale: #DBDBDB. Windows color (decimal): -6619685 or 14417306. OLE color: 14417306.

HSL color Cylindrical-coordinate representation of color #9AFDDB: hue angle of 159.39º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFDDB is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 253 219 -
CMYK 0.39 0 0.13 0.01
HSL 159.39º 0.96% 0.8% -
HSV(B) 159.39º 0.39% 0.99% -
XYZ 61.24 82.24 79.66 -
YUV 219.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 154 253 219 0.39 0 0.13 0.01 159.39 0.96 0.8
Hex 9A FD DB 27 0 D 1 9F 60 50
Octal 232 375 333 47 0 15 1 237 140 120
Binary 10011010 11111101 11011011 100111 0 1101 1 10011111 1100000 1010000

Color Harmonies of #9AFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFDDB

Black with #9AFDDB

Text Example


Text Example

White with #9AFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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