Html Css Color HEX #9AF1CF Magic Mint

📋 copy color: '#9AF1CF'

red 154 ◦ green 241 ◦ blue 207

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

Shades of Magic Mint #9AF1CF

Tints of Magic Mint #9AF1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.03%

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 25.58%
G = 40.03%
B = 34.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#9AF1CF (or 0x9AF1CF) is known color: Magic Mint. HEX triplet: 9A, F1 and CF. RGB value is (154,241,207). Sum of RGB (Red+Green+Blue) = 154+241+207=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1CF is #650E30. Grayscale: #D3D3D3. Windows color (decimal): -6622769 or 13627802. OLE color: 13627802.

HSL color Cylindrical-coordinate representation of color #9AF1CF: hue angle of 156.55º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF1CF is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 241 207 -
CMYK 0.36 0 0.14 0.05
HSL 156.55º 0.76% 0.77% -
HSV(B) 156.55º 0.36% 0.95% -
XYZ 56.04 74.29 70.42 -
YUV 211.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 154 241 207 0.36 0 0.14 0.05 156.55 0.76 0.77
Hex 9A F1 CF 24 0 E 5 9D 4C 4D
Octal 232 361 317 44 0 16 5 235 114 115
Binary 10011010 11110001 11001111 100100 0 1110 101 10011101 1001100 1001101

Color Harmonies of #9AF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF1CF

Black with #9AF1CF

Text Example


Text Example

White with #9AF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,241,207); }

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

background-color css

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

 a { background-color: rgb(154,241,207); }

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

border-color css

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

 span { border-color: rgb(154,241,207); }

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