Html Css Color HEX #9AFDCB Magic Mint

📋 copy color: '#9AFDCB'

red 154 ◦ green 253 ◦ blue 203

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

Shades of Magic Mint #9AFDCB

Tints of Magic Mint #9AFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.28%

R = 25.25%
G = 41.48%
B = 33.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#9AFDCB (or 0x9AFDCB) is known color: Magic Mint. HEX triplet: 9A, FD and CB. RGB value is (154,253,203). Sum of RGB (Red+Green+Blue) = 154+253+203=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDCB is #650234. Grayscale: #D9D9D9. Windows color (decimal): -6619701 or 13368730. OLE color: 13368730.

HSL color Cylindrical-coordinate representation of color #9AFDCB: hue angle of 149.7º 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 #9AFDCB is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 253 203 -
CMYK 0.39 0 0.20 0.01
HSL 149.7º 0.96% 0.8% -
HSV(B) 149.7º 0.39% 0.99% -
XYZ 59.23 81.43 69.1 -
YUV 217.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 154 253 203 0.39 0 0.20 0.01 149.7 0.96 0.8
Hex 9A FD CB 27 0 14 1 96 60 50
Octal 232 375 313 47 0 24 1 226 140 120
Binary 10011010 11111101 11001011 100111 0 10100 1 10010110 1100000 1010000

Color Harmonies of #9AFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFDCB

Black with #9AFDCB

Text Example


Text Example

White with #9AFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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