Html Css Color HEX #9AFBCC Magic Mint

📋 copy color: '#9AFBCC'

red 154 ◦ green 251 ◦ blue 204

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

Shades of Magic Mint #9AFBCC

Tints of Magic Mint #9AFBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 25.29%
G = 41.22%
B = 33.5%

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

#9AFBCC (or 0x9AFBCC) is known color: Magic Mint. HEX triplet: 9A, FB and CC. RGB value is (154,251,204). Sum of RGB (Red+Green+Blue) = 154+251+204=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBCC is #650433. Grayscale: #D8D8D8. Windows color (decimal): -6620212 or 13433754. OLE color: 13433754.

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

Color convert

RGB 154 251 204 -
CMYK 0.39 0 0.19 0.02
HSL 150.93º 0.92% 0.79% -
HSV(B) 150.93º 0.39% 0.98% -
XYZ 58.72 80.22 69.52 -
YUV 216.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 154 251 204 0.39 0 0.19 0.02 150.93 0.92 0.79
Hex 9A FB CC 27 0 13 2 97 5C 4F
Octal 232 373 314 47 0 23 2 227 134 117
Binary 10011010 11111011 11001100 100111 0 10011 10 10010111 1011100 1001111

Color Harmonies of #9AFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFBCC

Black with #9AFBCC

Text Example


Text Example

White with #9AFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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