Html Css Color HEX #55D796 Medium Aquamarine

📋 copy color: '#55D796'

red 85 ◦ green 215 ◦ blue 150

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

Shades of Medium Aquamarine #55D796

Tints of Medium Aquamarine #55D796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.78%

 BLUE value IS 150 (58.98% from 255) = 33.33%

R = 18.89%
G = 47.78%
B = 33.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#55D796 (or 0x55D796) is known color: Medium Aquamarine. HEX triplet: 55, D7 and 96. RGB value is (85,215,150). Sum of RGB (Red+Green+Blue) = 85+215+150=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #55D796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D796 is #AA2869. Grayscale: #A8A8A8. Windows color (decimal): -11151466 or 9885525. OLE color: 9885525.

HSL color Cylindrical-coordinate representation of color #55D796: hue angle of 150º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D796 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 215 150 -
CMYK 0.60 0 0.30 0.16
HSL 150º 0.62% 0.59% -
HSV(B) 150º 0.6% 0.84% -
XYZ 33.55 52.73 37.26 -
YUV 168.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 85 215 150 0.60 0 0.30 0.16 150 0.62 0.59
Hex 55 D7 96 3C 0 1E 10 96 3E 3B
Octal 125 327 226 74 0 36 20 226 76 73
Binary 1010101 11010111 10010110 111100 0 11110 10000 10010110 111110 111011

Color Harmonies of #55D796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D796

Black with #55D796

Text Example


Text Example

White with #55D796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,215,150); }

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

background-color css

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

 a { background-color: rgb(85,215,150); }

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

border-color css

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

 span { border-color: rgb(85,215,150); }

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