Html Css Color HEX #5FFAAF Medium Aquamarine

📋 copy color: '#5FFAAF'

red 95 ◦ green 250 ◦ blue 175

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

Shades of Medium Aquamarine #5FFAAF

Tints of Medium Aquamarine #5FFAAF

RGB

 RED value IS 95 (37.5% from 255) = 18.27%

 GREEN value IS 250 (98.05% from 255) = 48.08%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 18.27%
G = 48.08%
B = 33.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#5FFAAF (or 0x5FFAAF) is known color: Medium Aquamarine. HEX triplet: 5F, FA and AF. RGB value is (95,250,175). Sum of RGB (Red+Green+Blue) = 95+250+175=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAAF is #A00550. Grayscale: #C3C3C3. Windows color (decimal): -10487121 or 11532895. OLE color: 11532895.

HSL color Cylindrical-coordinate representation of color #5FFAAF: hue angle of 150.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAAF is Cyan = 0.62, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 250 175 -
CMYK 0.62 0 0.3 0.02
HSL 150.97º 0.94% 0.68% -
HSV(B) 150.97º 0.62% 0.98% -
XYZ 46.64 73.9 52.36 -
YUV 195.11 116.65 56.6 -
System Red Green Blue C M Y K H S L
Decimal 95 250 175 0.62 0 0.3 0.02 150.97 0.94 0.68
Hex 5F FA AF 3E 0 1E 2 97 5E 44
Octal 137 372 257 76 0 36 2 227 136 104
Binary 1011111 11111010 10101111 111110 0 11110 10 10010111 1011110 1000100

Color Harmonies of #5FFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAAF

Black with #5FFAAF

Text Example


Text Example

White with #5FFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FFAAF; }

 p { color: rgb(95,250,175); }

 H1.HeaderClassName
 {
   color: #5FFAAF;
 }
 .AnyTagClassName
 {
   color: #5FFAAF;
 }
</style>

background-color css

<style>
 a { background-color: #5FFAAF; }

 a { background-color: rgb(95,250,175); }

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

border-color css

<style>
 span { border-color: #5FFAAF; }

 span { border-color: rgb(95,250,175); }

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