Html Css Color HEX #5FCBAB Medium Aquamarine

📋 copy color: '#5FCBAB'

red 95 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #5FCBAB

Tints of Medium Aquamarine #5FCBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

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

R = 20.26%
G = 43.28%
B = 36.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5FCBAB (or 0x5FCBAB) is known color: Medium Aquamarine. HEX triplet: 5F, CB and AB. RGB value is (95,203,171). Sum of RGB (Red+Green+Blue) = 95+203+171=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBAB is #A03454. Grayscale: #A7A7A7. Windows color (decimal): -10499157 or 11258719. OLE color: 11258719.

HSL color Cylindrical-coordinate representation of color #5FCBAB: hue angle of 162.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBAB is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 203 171 -
CMYK 0.53 0 0.16 0.20
HSL 162.22º 0.51% 0.58% -
HSV(B) 162.22º 0.53% 0.8% -
XYZ 33.43 48.09 46.05 -
YUV 167.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 95 203 171 0.53 0 0.16 0.20 162.22 0.51 0.58
Hex 5F CB AB 35 0 10 14 A2 33 3A
Octal 137 313 253 65 0 20 24 242 63 72
Binary 1011111 11001011 10101011 110101 0 10000 10100 10100010 110011 111010

Color Harmonies of #5FCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBAB

Black with #5FCBAB

Text Example


Text Example

White with #5FCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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