Html Css Color HEX #9AFBCB Magic Mint

📋 copy color: '#9AFBCB'

red 154 ◦ green 251 ◦ blue 203

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

Shades of Magic Mint #9AFBCB

Tints of Magic Mint #9AFBCB

RGB

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

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

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

R = 25.33%
G = 41.28%
B = 33.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#9AFBCB (or 0x9AFBCB) is known color: Magic Mint. HEX triplet: 9A, FB and CB. RGB value is (154,251,203). Sum of RGB (Red+Green+Blue) = 154+251+203=608 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.33% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBCB is #650434. Grayscale: #D8D8D8. Windows color (decimal): -6620213 or 13368218. OLE color: 13368218.

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

Color convert

RGB 154 251 203 -
CMYK 0.39 0 0.19 0.02
HSL 150.31º 0.92% 0.79% -
HSV(B) 150.31º 0.39% 0.98% -
XYZ 58.6 80.18 68.89 -
YUV 216.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 154 251 203 0.39 0 0.19 0.02 150.31 0.92 0.79
Hex 9A FB CB 27 0 13 2 96 5C 4F
Octal 232 373 313 47 0 23 2 226 134 117
Binary 10011010 11111011 11001011 100111 0 10011 10 10010110 1011100 1001111

Color Harmonies of #9AFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFBCB

Black with #9AFBCB

Text Example


Text Example

White with #9AFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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