Html Css Color HEX #5FFAB4 Aquamarine

📋 copy color: '#5FFAB4'

red 95 ◦ green 250 ◦ blue 180

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

Shades of Aquamarine #5FFAB4

Tints of Aquamarine #5FFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 18.1%
G = 47.62%
B = 34.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#5FFAB4 (or 0x5FFAB4) is known color: Aquamarine. HEX triplet: 5F, FA and B4. RGB value is (95,250,180). Sum of RGB (Red+Green+Blue) = 95+250+180=525 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.10% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAB4 is #A0054B. Grayscale: #C3C3C3. Windows color (decimal): -10487116 or 11860575. OLE color: 11860575.

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

Color convert

RGB 95 250 180 -
CMYK 0.62 0 0.28 0.02
HSL 152.9º 0.94% 0.68% -
HSV(B) 152.9º 0.62% 0.98% -
XYZ 47.14 74.1 55 -
YUV 195.68 119.15 56.19 -
System Red Green Blue C M Y K H S L
Decimal 95 250 180 0.62 0 0.28 0.02 152.9 0.94 0.68
Hex 5F FA B4 3E 0 1C 2 99 5E 44
Octal 137 372 264 76 0 34 2 231 136 104
Binary 1011111 11111010 10110100 111110 0 11100 10 10011001 1011110 1000100

Color Harmonies of #5FFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAB4

Black with #5FFAB4

Text Example


Text Example

White with #5FFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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