Html Css Color HEX #5FFAB9 Aquamarine

📋 copy color: '#5FFAB9'

red 95 ◦ green 250 ◦ blue 185

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

Shades of Aquamarine #5FFAB9

Tints of Aquamarine #5FFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 17.92%
G = 47.17%
B = 34.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#5FFAB9 (or 0x5FFAB9) is known color: Aquamarine. HEX triplet: 5F, FA and B9. RGB value is (95,250,185). Sum of RGB (Red+Green+Blue) = 95+250+185=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAB9 is #A00546. Grayscale: #C4C4C4. Windows color (decimal): -10487111 or 12188255. OLE color: 12188255.

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

Color convert

RGB 95 250 185 -
CMYK 0.62 0 0.26 0.02
HSL 154.84º 0.94% 0.68% -
HSV(B) 154.84º 0.62% 0.98% -
XYZ 47.66 74.31 57.73 -
YUV 196.25 121.65 55.79 -
System Red Green Blue C M Y K H S L
Decimal 95 250 185 0.62 0 0.26 0.02 154.84 0.94 0.68
Hex 5F FA B9 3E 0 1A 2 9B 5E 44
Octal 137 372 271 76 0 32 2 233 136 104
Binary 1011111 11111010 10111001 111110 0 11010 10 10011011 1011110 1000100

Color Harmonies of #5FFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAB9

Black with #5FFAB9

Text Example


Text Example

White with #5FFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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