Html Css Color HEX #5ACDB2 Medium Aquamarine

📋 copy color: '#5ACDB2'

red 90 ◦ green 205 ◦ blue 178

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

Shades of Medium Aquamarine #5ACDB2

Tints of Medium Aquamarine #5ACDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 19.03%
G = 43.34%
B = 37.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#5ACDB2 (or 0x5ACDB2) is known color: Medium Aquamarine. HEX triplet: 5A, CD and B2. RGB value is (90,205,178). Sum of RGB (Red+Green+Blue) = 90+205+178=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACDB2 is #A5324D. Grayscale: #A7A7A7. Windows color (decimal): -10826318 or 11717978. OLE color: 11717978.

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

Color convert

RGB 90 205 178 -
CMYK 0.56 0 0.13 0.20
HSL 165.91º 0.53% 0.58% -
HSV(B) 165.91º 0.56% 0.8% -
XYZ 34.08 49.05 49.79 -
YUV 167.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 90 205 178 0.56 0 0.13 0.20 165.91 0.53 0.58
Hex 5A CD B2 38 0 D 14 A6 35 3A
Octal 132 315 262 70 0 15 24 246 65 72
Binary 1011010 11001101 10110010 111000 0 1101 10100 10100110 110101 111010

Color Harmonies of #5ACDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDB2

Black with #5ACDB2

Text Example


Text Example

White with #5ACDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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