Html Css Color HEX #5FCEAC Medium Aquamarine

📋 copy color: '#5FCEAC'

red 95 ◦ green 206 ◦ blue 172

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

Shades of Medium Aquamarine #5FCEAC

Tints of Medium Aquamarine #5FCEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 20.08%
G = 43.55%
B = 36.36%

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

#5FCEAC (or 0x5FCEAC) is known color: Medium Aquamarine. HEX triplet: 5F, CE and AC. RGB value is (95,206,172). Sum of RGB (Red+Green+Blue) = 95+206+172=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCEAC is #A03153. Grayscale: #A8A8A8. Windows color (decimal): -10498388 or 11325023. OLE color: 11325023.

HSL color Cylindrical-coordinate representation of color #5FCEAC: hue angle of 161.62º 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 #5FCEAC is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 206 172 -
CMYK 0.54 0 0.17 0.19
HSL 161.62º 0.53% 0.59% -
HSV(B) 161.62º 0.54% 0.81% -
XYZ 34.24 49.55 46.79 -
YUV 168.94 129.73 75.26 -
System Red Green Blue C M Y K H S L
Decimal 95 206 172 0.54 0 0.17 0.19 161.62 0.53 0.59
Hex 5F CE AC 36 0 11 13 A2 35 3B
Octal 137 316 254 66 0 21 23 242 65 73
Binary 1011111 11001110 10101100 110110 0 10001 10011 10100010 110101 111011

Color Harmonies of #5FCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEAC

Black with #5FCEAC

Text Example


Text Example

White with #5FCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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