Html Css Color HEX #5ACBAB Medium Aquamarine

📋 copy color: '#5ACBAB'

red 90 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #5ACBAB

Tints of Medium Aquamarine #5ACBAB

RGB

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

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

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

R = 19.4%
G = 43.75%
B = 36.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5ACBAB (or 0x5ACBAB) is known color: Medium Aquamarine. HEX triplet: 5A, CB and AB. RGB value is (90,203,171). Sum of RGB (Red+Green+Blue) = 90+203+171=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACBAB is #A53454. Grayscale: #A5A5A5. Windows color (decimal): -10826837 or 11258714. OLE color: 11258714.

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

Color convert

RGB 90 203 171 -
CMYK 0.56 0 0.16 0.20
HSL 163.01º 0.52% 0.57% -
HSV(B) 163.01º 0.56% 0.8% -
XYZ 32.92 47.83 46.02 -
YUV 165.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 90 203 171 0.56 0 0.16 0.20 163.01 0.52 0.57
Hex 5A CB AB 38 0 10 14 A3 34 39
Octal 132 313 253 70 0 20 24 243 64 71
Binary 1011010 11001011 10101011 111000 0 10000 10100 10100011 110100 111001

Color Harmonies of #5ACBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACBAB

Black with #5ACBAB

Text Example


Text Example

White with #5ACBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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