Html Css Color HEX #5FCDAC Medium Aquamarine

📋 copy color: '#5FCDAC'

red 95 ◦ green 205 ◦ blue 172

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

Shades of Medium Aquamarine #5FCDAC

Tints of Medium Aquamarine #5FCDAC

RGB

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

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

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

R = 20.13%
G = 43.43%
B = 36.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5FCDAC (or 0x5FCDAC) is known color: Medium Aquamarine. HEX triplet: 5F, CD and AC. RGB value is (95,205,172). Sum of RGB (Red+Green+Blue) = 95+205+172=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDAC is #A03253. Grayscale: #A8A8A8. Windows color (decimal): -10498644 or 11324767. OLE color: 11324767.

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

Color convert

RGB 95 205 172 -
CMYK 0.54 0 0.16 0.20
HSL 162º 0.52% 0.59% -
HSV(B) 162º 0.54% 0.8% -
XYZ 34 49.07 46.71 -
YUV 168.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 95 205 172 0.54 0 0.16 0.20 162 0.52 0.59
Hex 5F CD AC 36 0 10 14 A2 34 3B
Octal 137 315 254 66 0 20 24 242 64 73
Binary 1011111 11001101 10101100 110110 0 10000 10100 10100010 110100 111011

Color Harmonies of #5FCDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDAC

Black with #5FCDAC

Text Example


Text Example

White with #5FCDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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