Html Css Color HEX #5FCAB1 Medium Aquamarine

📋 copy color: '#5FCAB1'

red 95 ◦ green 202 ◦ blue 177

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

Shades of Medium Aquamarine #5FCAB1

Tints of Medium Aquamarine #5FCAB1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 177 (69.53% from 255) = 37.34%

R = 20.04%
G = 42.62%
B = 37.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#5FCAB1 (or 0x5FCAB1) is known color: Medium Aquamarine. HEX triplet: 5F, CA and B1. RGB value is (95,202,177). Sum of RGB (Red+Green+Blue) = 95+202+177=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCAB1 is #A0354E. Grayscale: #A7A7A7. Windows color (decimal): -10499407 or 11651679. OLE color: 11651679.

HSL color Cylindrical-coordinate representation of color #5FCAB1: hue angle of 165.98º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCAB1 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 202 177 -
CMYK 0.53 0 0.12 0.21
HSL 165.98º 0.5% 0.58% -
HSV(B) 165.98º 0.53% 0.79% -
XYZ 33.78 47.85 49.05 -
YUV 167.16 133.55 76.53 -
System Red Green Blue C M Y K H S L
Decimal 95 202 177 0.53 0 0.12 0.21 165.98 0.5 0.58
Hex 5F CA B1 35 0 C 15 A6 32 3A
Octal 137 312 261 65 0 14 25 246 62 72
Binary 1011111 11001010 10110001 110101 0 1100 10101 10100110 110010 111010

Color Harmonies of #5FCAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAB1

Black with #5FCAB1

Text Example


Text Example

White with #5FCAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,202,177); }

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

background-color css

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

 a { background-color: rgb(95,202,177); }

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

border-color css

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

 span { border-color: rgb(95,202,177); }

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