#55DF97

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

Shades of Medium Aquamarine #55DF97

Tints of Medium Aquamarine #55DF97

Color information

#55DF97 (or 0x55DF97) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DF and 97. RGB value is (85,223,151). Sum of RGB (Red+Green+Blue) = 85+223+151=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DF97 is #AA2068. Grayscale: #ADADAD. Windows color (decimal): -11149417 or 9953109. OLE color: 9953109.

HSL color Cylindrical-coordinate representation of color #55DF97: hue angle of 148.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DF97 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB85223151-
CMYK0.6200.320.13
HSL148.7º68.32%60.39%-
HSV(B)148.7º61.88%87.45%-
XYZ35.7256.9438.39-
YUV173.53115.2864.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=18.52%
G=48.58%
B=32.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852231510.6200.320.13148.768.3260.39
Hex55DF973E020D95443c
Octal125337227760401522510474
Binary1010101110111111001011111111001000001101100101011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,223,151); }

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

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

 a { background-color: rgb(85,223,151); }

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

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

 span { border-color: rgb(85,223,151); }

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