Html Css Color HEX #5ACCAC Medium Aquamarine

📋 copy color: '#5ACCAC'

red 90 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #5ACCAC

Tints of Medium Aquamarine #5ACCAC

RGB

 RED value IS 90 (35.55% from 255) = 19.31%

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

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

R = 19.31%
G = 43.78%
B = 36.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#5ACCAC (or 0x5ACCAC) is known color: Medium Aquamarine. HEX triplet: 5A, CC and AC. RGB value is (90,204,172). Sum of RGB (Red+Green+Blue) = 90+204+172=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACCAC is #A53353. Grayscale: #A6A6A6. Windows color (decimal): -10826580 or 11324506. OLE color: 11324506.

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

Color convert

RGB 90 204 172 -
CMYK 0.56 0 0.16 0.2
HSL 163.16º 0.53% 0.58% -
HSV(B) 163.16º 0.56% 0.8% -
XYZ 33.26 48.34 46.61 -
YUV 166.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 90 204 172 0.56 0 0.16 0.2 163.16 0.53 0.58
Hex 5A CC AC 38 0 10 14 A3 35 3A
Octal 132 314 254 70 0 20 24 243 65 72
Binary 1011010 11001100 10101100 111000 0 10000 10100 10100011 110101 111010

Color Harmonies of #5ACCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCAC

Black with #5ACCAC

Text Example


Text Example

White with #5ACCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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