Html Css Color HEX #55D7A1 Medium Aquamarine

📋 copy color: '#55D7A1'

red 85 ◦ green 215 ◦ blue 161

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

Shades of Medium Aquamarine #55D7A1

Tints of Medium Aquamarine #55D7A1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 18.44%
G = 46.64%
B = 34.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#55D7A1 (or 0x55D7A1) is known color: Medium Aquamarine. HEX triplet: 55, D7 and A1. RGB value is (85,215,161). Sum of RGB (Red+Green+Blue) = 85+215+161=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #55D7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D7A1 is #AA285E. Grayscale: #AAAAAA. Windows color (decimal): -11151455 or 10606421. OLE color: 10606421.

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

Color convert

RGB 85 215 161 -
CMYK 0.60 0 0.25 0.16
HSL 155.08º 0.62% 0.59% -
HSV(B) 155.08º 0.6% 0.84% -
XYZ 34.48 53.11 42.15 -
YUV 169.97 122.93 67.39 -
System Red Green Blue C M Y K H S L
Decimal 85 215 161 0.60 0 0.25 0.16 155.08 0.62 0.59
Hex 55 D7 A1 3C 0 19 10 9B 3E 3B
Octal 125 327 241 74 0 31 20 233 76 73
Binary 1010101 11010111 10100001 111100 0 11001 10000 10011011 111110 111011

Color Harmonies of #55D7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D7A1

Black with #55D7A1

Text Example


Text Example

White with #55D7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,215,161); }

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

background-color css

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

 a { background-color: rgb(85,215,161); }

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

border-color css

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

 span { border-color: rgb(85,215,161); }

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