Html Css Color HEX #5ACCB3 Medium Aquamarine

📋 copy color: '#5ACCB3'

red 90 ◦ green 204 ◦ blue 179

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

Shades of Medium Aquamarine #5ACCB3

Tints of Medium Aquamarine #5ACCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 19.03%
G = 43.13%
B = 37.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#5ACCB3 (or 0x5ACCB3) is known color: Medium Aquamarine. HEX triplet: 5A, CC and B3. RGB value is (90,204,179). Sum of RGB (Red+Green+Blue) = 90+204+179=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCB3 is #A5334C. Grayscale: #A7A7A7. Windows color (decimal): -10826573 or 11783258. OLE color: 11783258.

HSL color Cylindrical-coordinate representation of color #5ACCB3: hue angle of 166.84º 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 #5ACCB3 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 204 179 -
CMYK 0.56 0 0.12 0.2
HSL 166.84º 0.53% 0.58% -
HSV(B) 166.84º 0.56% 0.8% -
XYZ 33.95 48.61 50.24 -
YUV 167.06 134.73 73.03 -
System Red Green Blue C M Y K H S L
Decimal 90 204 179 0.56 0 0.12 0.2 166.84 0.53 0.58
Hex 5A CC B3 38 0 C 14 A7 35 3A
Octal 132 314 263 70 0 14 24 247 65 72
Binary 1011010 11001100 10110011 111000 0 1100 10100 10100111 110101 111010

Color Harmonies of #5ACCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCB3

Black with #5ACCB3

Text Example


Text Example

White with #5ACCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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