Html Css Color HEX #55D7B0 Medium Aquamarine

📋 copy color: '#55D7B0'

red 85 ◦ green 215 ◦ blue 176

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

Shades of Medium Aquamarine #55D7B0

Tints of Medium Aquamarine #55D7B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 17.86%
G = 45.17%
B = 36.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#55D7B0 (or 0x55D7B0) is known color: Medium Aquamarine. HEX triplet: 55, D7 and B0. RGB value is (85,215,176). Sum of RGB (Red+Green+Blue) = 85+215+176=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #55D7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D7B0 is #AA284F. Grayscale: #ABABAB. Windows color (decimal): -11151440 or 11589461. OLE color: 11589461.

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

Color convert

RGB 85 215 176 -
CMYK 0.60 0 0.18 0.16
HSL 162º 0.62% 0.59% -
HSV(B) 162º 0.6% 0.84% -
XYZ 35.88 53.67 49.54 -
YUV 171.68 130.43 66.17 -
System Red Green Blue C M Y K H S L
Decimal 85 215 176 0.60 0 0.18 0.16 162 0.62 0.59
Hex 55 D7 B0 3C 0 12 10 A2 3E 3B
Octal 125 327 260 74 0 22 20 242 76 73
Binary 1010101 11010111 10110000 111100 0 10010 10000 10100010 111110 111011

Color Harmonies of #55D7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D7B0

Black with #55D7B0

Text Example


Text Example

White with #55D7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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