Html Css Color HEX #5ACDB7 Medium Aquamarine

📋 copy color: '#5ACDB7'

red 90 ◦ green 205 ◦ blue 183

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

Shades of Medium Aquamarine #5ACDB7

Tints of Medium Aquamarine #5ACDB7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 18.83%
G = 42.89%
B = 38.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#5ACDB7 (or 0x5ACDB7) is known color: Medium Aquamarine. HEX triplet: 5A, CD and B7. RGB value is (90,205,183). Sum of RGB (Red+Green+Blue) = 90+205+183=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDB7 is #A53248. Grayscale: #A8A8A8. Windows color (decimal): -10826313 or 12045658. OLE color: 12045658.

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

Color convert

RGB 90 205 183 -
CMYK 0.56 0 0.11 0.20
HSL 168.52º 0.53% 0.58% -
HSV(B) 168.52º 0.56% 0.8% -
XYZ 34.6 49.26 52.48 -
YUV 168.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 90 205 183 0.56 0 0.11 0.20 168.52 0.53 0.58
Hex 5A CD B7 38 0 B 14 A9 35 3A
Octal 132 315 267 70 0 13 24 251 65 72
Binary 1011010 11001101 10110111 111000 0 1011 10100 10101001 110101 111010

Color Harmonies of #5ACDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDB7

Black with #5ACDB7

Text Example


Text Example

White with #5ACDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,205,183); }

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

background-color css

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

 a { background-color: rgb(90,205,183); }

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

border-color css

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

 span { border-color: rgb(90,205,183); }

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