Html Css Color HEX #5FFAC8 Aquamarine

📋 copy color: '#5FFAC8'

red 95 ◦ green 250 ◦ blue 200

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

Shades of Aquamarine #5FFAC8

Tints of Aquamarine #5FFAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 17.43%
G = 45.87%
B = 36.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#5FFAC8 (or 0x5FFAC8) is known color: Aquamarine. HEX triplet: 5F, FA and C8. RGB value is (95,250,200). Sum of RGB (Red+Green+Blue) = 95+250+200=545 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.43% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAC8 is #A00537. Grayscale: #C6C6C6. Windows color (decimal): -10487096 or 13171295. OLE color: 13171295.

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

Color convert

RGB 95 250 200 -
CMYK 0.62 0 0.2 0.02
HSL 160.65º 0.94% 0.68% -
HSV(B) 160.65º 0.62% 0.98% -
XYZ 49.33 74.97 66.52 -
YUV 197.96 129.15 54.57 -
System Red Green Blue C M Y K H S L
Decimal 95 250 200 0.62 0 0.2 0.02 160.65 0.94 0.68
Hex 5F FA C8 3E 0 14 2 A1 5E 44
Octal 137 372 310 76 0 24 2 241 136 104
Binary 1011111 11111010 11001000 111110 0 10100 10 10100001 1011110 1000100

Color Harmonies of #5FFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAC8

Black with #5FFAC8

Text Example


Text Example

White with #5FFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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