Html Css Color HEX #5ACCB6 Medium Aquamarine

📋 copy color: '#5ACCB6'

red 90 ◦ green 204 ◦ blue 182

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

Shades of Medium Aquamarine #5ACCB6

Tints of Medium Aquamarine #5ACCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 18.91%
G = 42.86%
B = 38.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#5ACCB6 (or 0x5ACCB6) is known color: Medium Aquamarine. HEX triplet: 5A, CC and B6. RGB value is (90,204,182). Sum of RGB (Red+Green+Blue) = 90+204+182=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCB6 is #A53349. Grayscale: #A7A7A7. Windows color (decimal): -10826570 or 11979866. OLE color: 11979866.

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

Color convert

RGB 90 204 182 -
CMYK 0.56 0 0.11 0.2
HSL 168.42º 0.53% 0.58% -
HSV(B) 168.42º 0.56% 0.8% -
XYZ 34.25 48.74 51.86 -
YUV 167.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 90 204 182 0.56 0 0.11 0.2 168.42 0.53 0.58
Hex 5A CC B6 38 0 B 14 A8 35 3A
Octal 132 314 266 70 0 13 24 250 65 72
Binary 1011010 11001100 10110110 111000 0 1011 10100 10101000 110101 111010

Color Harmonies of #5ACCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCB6

Black with #5ACCB6

Text Example


Text Example

White with #5ACCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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