Html Css Color HEX #5FCEAA Medium Aquamarine

📋 copy color: '#5FCEAA'

red 95 ◦ green 206 ◦ blue 170

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

Shades of Medium Aquamarine #5FCEAA

Tints of Medium Aquamarine #5FCEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 20.17%
G = 43.74%
B = 36.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#5FCEAA (or 0x5FCEAA) is known color: Medium Aquamarine. HEX triplet: 5F, CE and AA. RGB value is (95,206,170). Sum of RGB (Red+Green+Blue) = 95+206+170=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCEAA is #A03155. Grayscale: #A8A8A8. Windows color (decimal): -10498390 or 11193951. OLE color: 11193951.

HSL color Cylindrical-coordinate representation of color #5FCEAA: hue angle of 160.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCEAA is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 206 170 -
CMYK 0.54 0 0.17 0.19
HSL 160.54º 0.53% 0.59% -
HSV(B) 160.54º 0.54% 0.81% -
XYZ 34.05 49.48 45.79 -
YUV 168.71 128.73 75.43 -
System Red Green Blue C M Y K H S L
Decimal 95 206 170 0.54 0 0.17 0.19 160.54 0.53 0.59
Hex 5F CE AA 36 0 11 13 A1 35 3B
Octal 137 316 252 66 0 21 23 241 65 73
Binary 1011111 11001110 10101010 110110 0 10001 10011 10100001 110101 111011

Color Harmonies of #5FCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEAA

Black with #5FCEAA

Text Example


Text Example

White with #5FCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,206,170); }

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

background-color css

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

 a { background-color: rgb(95,206,170); }

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

border-color css

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

 span { border-color: rgb(95,206,170); }

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