Html Css Color HEX #5FFBAF Medium Aquamarine

📋 copy color: '#5FFBAF'

red 95 ◦ green 251 ◦ blue 175

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

Shades of Medium Aquamarine #5FFBAF

Tints of Medium Aquamarine #5FFBAF

RGB

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

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

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

R = 18.23%
G = 48.18%
B = 33.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#5FFBAF (or 0x5FFBAF) is known color: Medium Aquamarine. HEX triplet: 5F, FB and AF. RGB value is (95,251,175). Sum of RGB (Red+Green+Blue) = 95+251+175=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFBAF is #A00450. Grayscale: #C3C3C3. Windows color (decimal): -10486865 or 11533151. OLE color: 11533151.

HSL color Cylindrical-coordinate representation of color #5FFBAF: hue angle of 150.77º degrees, saturation: 0.95, 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 #5FFBAF is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 251 175 -
CMYK 0.62 0 0.30 0.02
HSL 150.77º 0.95% 0.68% -
HSV(B) 150.77º 0.62% 0.98% -
XYZ 46.95 74.52 52.47 -
YUV 195.69 116.32 56.18 -
System Red Green Blue C M Y K H S L
Decimal 95 251 175 0.62 0 0.30 0.02 150.77 0.95 0.68
Hex 5F FB AF 3E 0 1E 2 97 5F 44
Octal 137 373 257 76 0 36 2 227 137 104
Binary 1011111 11111011 10101111 111110 0 11110 10 10010111 1011111 1000100

Color Harmonies of #5FFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFBAF

Black with #5FFBAF

Text Example


Text Example

White with #5FFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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