Html Css Color HEX #5FCFAB Medium Aquamarine

📋 copy color: '#5FCFAB'

red 95 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #5FCFAB

Tints of Medium Aquamarine #5FCFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.76%

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

R = 20.08%
G = 43.76%
B = 36.15%

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

#5FCFAB (or 0x5FCFAB) is known color: Medium Aquamarine. HEX triplet: 5F, CF and AB. RGB value is (95,207,171). Sum of RGB (Red+Green+Blue) = 95+207+171=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCFAB is #A03054. Grayscale: #A9A9A9. Windows color (decimal): -10498133 or 11259743. OLE color: 11259743.

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

Color convert

RGB 95 207 171 -
CMYK 0.54 0 0.17 0.19
HSL 160.71º 0.54% 0.59% -
HSV(B) 160.71º 0.54% 0.81% -
XYZ 34.38 50 46.37 -
YUV 169.41 128.89 74.93 -
System Red Green Blue C M Y K H S L
Decimal 95 207 171 0.54 0 0.17 0.19 160.71 0.54 0.59
Hex 5F CF AB 36 0 11 13 A1 36 3B
Octal 137 317 253 66 0 21 23 241 66 73
Binary 1011111 11001111 10101011 110110 0 10001 10011 10100001 110110 111011

Color Harmonies of #5FCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCFAB

Black with #5FCFAB

Text Example


Text Example

White with #5FCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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