Html Css Color HEX #55D5AF Medium Aquamarine

📋 copy color: '#55D5AF'

red 85 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #55D5AF

Tints of Medium Aquamarine #55D5AF

RGB

 RED value IS 85 (33.59% from 255) = 17.97%

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 17.97%
G = 45.03%
B = 37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#55D5AF (or 0x55D5AF) is known color: Medium Aquamarine. HEX triplet: 55, D5 and AF. RGB value is (85,213,175). Sum of RGB (Red+Green+Blue) = 85+213+175=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #55D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D5AF is #AA2A50. Grayscale: #AAAAAA. Windows color (decimal): -11151953 or 11523413. OLE color: 11523413.

HSL color Cylindrical-coordinate representation of color #55D5AF: hue angle of 162.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D5AF is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 213 175 -
CMYK 0.60 0 0.18 0.16
HSL 162.19º 0.6% 0.58% -
HSV(B) 162.19º 0.6% 0.84% -
XYZ 35.28 52.61 48.85 -
YUV 170.4 130.59 67.09 -
System Red Green Blue C M Y K H S L
Decimal 85 213 175 0.60 0 0.18 0.16 162.19 0.6 0.58
Hex 55 D5 AF 3C 0 12 10 A2 3C 3A
Octal 125 325 257 74 0 22 20 242 74 72
Binary 1010101 11010101 10101111 111100 0 10010 10000 10100010 111100 111010

Color Harmonies of #55D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D5AF

Black with #55D5AF

Text Example


Text Example

White with #55D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55D5AF; }

 p { color: rgb(85,213,175); }

 H1.HeaderClassName
 {
   color: #55D5AF;
 }
 .AnyTagClassName
 {
   color: #55D5AF;
 }
</style>

background-color css

<style>
 a { background-color: #55D5AF; }

 a { background-color: rgb(85,213,175); }

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

border-color css

<style>
 span { border-color: #55D5AF; }

 span { border-color: rgb(85,213,175); }

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