Html Css Color HEX #55D09D Medium Aquamarine

📋 copy color: '#55D09D'

red 85 ◦ green 208 ◦ blue 157

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

Shades of Medium Aquamarine #55D09D

Tints of Medium Aquamarine #55D09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 18.89%
G = 46.22%
B = 34.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#55D09D (or 0x55D09D) is known color: Medium Aquamarine. HEX triplet: 55, D0 and 9D. RGB value is (85,208,157). Sum of RGB (Red+Green+Blue) = 85+208+157=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #55D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D09D is #AA2F62. Grayscale: #A5A5A5. Windows color (decimal): -11153251 or 10342485. OLE color: 10342485.

HSL color Cylindrical-coordinate representation of color #55D09D: hue angle of 155.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D09D is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 157 -
CMYK 0.59 0 0.25 0.18
HSL 155.12º 0.57% 0.57% -
HSV(B) 155.12º 0.59% 0.82% -
XYZ 32.39 49.48 39.74 -
YUV 165.41 123.25 70.65 -
System Red Green Blue C M Y K H S L
Decimal 85 208 157 0.59 0 0.25 0.18 155.12 0.57 0.57
Hex 55 D0 9D 3B 0 19 12 9B 39 39
Octal 125 320 235 73 0 31 22 233 71 71
Binary 1010101 11010000 10011101 111011 0 11001 10010 10011011 111001 111001

Color Harmonies of #55D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D09D

Black with #55D09D

Text Example


Text Example

White with #55D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,208,157); }

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

background-color css

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

 a { background-color: rgb(85,208,157); }

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

border-color css

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

 span { border-color: rgb(85,208,157); }

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