#55CD9E

Color #55CD9E Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #55CD9E

Tints of Medium Aquamarine #55CD9E

Color information

#55CD9E (or 0x55CD9E) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CD and 9E. RGB value is (85,205,158). Sum of RGB (Red+Green+Blue) = 85+205+158=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CD9E is #AA3261. Grayscale: #A3A3A3. Windows color (decimal): -11154018 or 10407253. OLE color: 10407253.

HSL color Cylindrical-coordinate representation of color #55CD9E: hue angle of 156.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD9E is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB85205158-
CMYK0.5900.230.20
HSL156.5º54.55%56.86%-
HSV(B)156.5º58.54%80.39%-
XYZ31.7548.0639.95-
YUV163.76124.7471.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 205 (80.47% from 255) = 45.76%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=18.97%
G=45.76%
B=35.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051580.5900.230.20156.554.5556.86
Hex55CD9E3B017149c3739
Octal12531523673027242346771
Binary101010111001101100111101110110101111010010011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,205,158); }

 H1.HeaderClassName
 {
   color: #55CD9E;
 }
 .AnyTagClassName
 {
   color: #55CD9E;
 }
</style>
background-color css

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

 a { background-color: rgb(85,205,158); }

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

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

 span { border-color: rgb(85,205,158); }

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