Html Css Color HEX #55D09C Medium Aquamarine

📋 copy color: '#55D09C'

red 85 ◦ green 208 ◦ blue 156

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

Shades of Medium Aquamarine #55D09C

Tints of Medium Aquamarine #55D09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 18.93%
G = 46.33%
B = 34.74%

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

#55D09C (or 0x55D09C) is known color: Medium Aquamarine. HEX triplet: 55, D0 and 9C. RGB value is (85,208,156). Sum of RGB (Red+Green+Blue) = 85+208+156=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #55D09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D09C is #AA2F63. Grayscale: #A5A5A5. Windows color (decimal): -11153252 or 10276949. OLE color: 10276949.

HSL color Cylindrical-coordinate representation of color #55D09C: hue angle of 154.63º 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 #55D09C is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 156 -
CMYK 0.59 0 0.25 0.18
HSL 154.63º 0.57% 0.57% -
HSV(B) 154.63º 0.59% 0.82% -
XYZ 32.3 49.44 39.29 -
YUV 165.3 122.75 70.73 -
System Red Green Blue C M Y K H S L
Decimal 85 208 156 0.59 0 0.25 0.18 154.63 0.57 0.57
Hex 55 D0 9C 3B 0 19 12 9B 39 39
Octal 125 320 234 73 0 31 22 233 71 71
Binary 1010101 11010000 10011100 111011 0 11001 10010 10011011 111001 111001

Color Harmonies of #55D09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D09C

Black with #55D09C

Text Example


Text Example

White with #55D09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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