Html Css Color HEX #5FFEC8 Aquamarine

📋 copy color: '#5FFEC8'

red 95 ◦ green 254 ◦ blue 200

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

Shades of Aquamarine #5FFEC8

Tints of Aquamarine #5FFEC8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.27%

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

R = 17.3%
G = 46.27%
B = 36.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#5FFEC8 (or 0x5FFEC8) is known color: Aquamarine. HEX triplet: 5F, FE and C8. RGB value is (95,254,200). Sum of RGB (Red+Green+Blue) = 95+254+200=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFEC8 is #A00137. Grayscale: #C8C8C8. Windows color (decimal): -10486072 or 13172319. OLE color: 13172319.

HSL color Cylindrical-coordinate representation of color #5FFEC8: hue angle of 159.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEC8 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 254 200 -
CMYK 0.63 0 0.21 0.00
HSL 159.62º 0.99% 0.68% -
HSV(B) 159.62º 0.63% 1% -
XYZ 50.59 77.49 66.93 -
YUV 200.3 127.82 52.89 -
System Red Green Blue C M Y K H S L
Decimal 95 254 200 0.63 0 0.21 0.00 159.62 0.99 0.68
Hex 5F FE C8 3F 0 15 0 A0 63 44
Octal 137 376 310 77 0 25 0 240 143 104
Binary 1011111 11111110 11001000 111111 0 10101 0 10100000 1100011 1000100

Color Harmonies of #5FFEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFEC8

Black with #5FFEC8

Text Example


Text Example

White with #5FFEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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