Html Css Color HEX #5FCDAB Medium Aquamarine

📋 copy color: '#5FCDAB'

red 95 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #5FCDAB

Tints of Medium Aquamarine #5FCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 20.17%
G = 43.52%
B = 36.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#5FCDAB (or 0x5FCDAB) is known color: Medium Aquamarine. HEX triplet: 5F, CD and AB. RGB value is (95,205,171). Sum of RGB (Red+Green+Blue) = 95+205+171=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDAB is #A03254. Grayscale: #A8A8A8. Windows color (decimal): -10498645 or 11259231. OLE color: 11259231.

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

Color convert

RGB 95 205 171 -
CMYK 0.54 0 0.17 0.20
HSL 161.45º 0.52% 0.59% -
HSV(B) 161.45º 0.54% 0.8% -
XYZ 33.9 49.04 46.21 -
YUV 168.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 95 205 171 0.54 0 0.17 0.20 161.45 0.52 0.59
Hex 5F CD AB 36 0 11 14 A1 34 3B
Octal 137 315 253 66 0 21 24 241 64 73
Binary 1011111 11001101 10101011 110110 0 10001 10100 10100001 110100 111011

Color Harmonies of #5FCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDAB

Black with #5FCDAB

Text Example


Text Example

White with #5FCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,205,171); }

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

background-color css

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

 a { background-color: rgb(95,205,171); }

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

border-color css

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

 span { border-color: rgb(95,205,171); }

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