Html Css Color HEX #5FCCAC Medium Aquamarine

📋 copy color: '#5FCCAC'

red 95 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #5FCCAC

Tints of Medium Aquamarine #5FCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

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

R = 20.17%
G = 43.31%
B = 36.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#5FCCAC (or 0x5FCCAC) is known color: Medium Aquamarine. HEX triplet: 5F, CC and AC. RGB value is (95,204,172). Sum of RGB (Red+Green+Blue) = 95+204+172=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCAC is #A03353. Grayscale: #A7A7A7. Windows color (decimal): -10498900 or 11324511. OLE color: 11324511.

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

Color convert

RGB 95 204 172 -
CMYK 0.53 0 0.16 0.2
HSL 162.39º 0.52% 0.59% -
HSV(B) 162.39º 0.53% 0.8% -
XYZ 33.76 48.6 46.63 -
YUV 167.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 95 204 172 0.53 0 0.16 0.2 162.39 0.52 0.59
Hex 5F CC AC 35 0 10 14 A2 34 3B
Octal 137 314 254 65 0 20 24 242 64 73
Binary 1011111 11001100 10101100 110101 0 10000 10100 10100010 110100 111011

Color Harmonies of #5FCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCAC

Black with #5FCCAC

Text Example


Text Example

White with #5FCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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