#55CDB3

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

Shades of Medium Aquamarine #55CDB3

Tints of Medium Aquamarine #55CDB3

Color information

#55CDB3 (or 0x55CDB3) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CD and B3. RGB value is (85,205,179). Sum of RGB (Red+Green+Blue) = 85+205+179=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #55CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDB3 is #AA324C. Grayscale: #A6A6A6. Windows color (decimal): -11153997 or 11783509. OLE color: 11783509.

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

Color convert

RGB85205179-
CMYK0.5900.130.20
HSL167º54.55%56.86%-
HSV(B)167º58.54%80.39%-
XYZ33.7148.8550.3-
YUV166.16135.2470.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.12%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=18.12%
G=43.71%
B=38.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852051790.5900.130.2016754.5556.86
Hex55CDB33B0D14a73739
Octal12531526373015242476771
Binary10101011100110110110011111011011011010010100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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