Html Css Color HEX #55E0B2 Medium Aquamarine

📋 copy color: '#55E0B2'

red 85 ◦ green 224 ◦ blue 178

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

Shades of Medium Aquamarine #55E0B2

Tints of Medium Aquamarine #55E0B2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46%

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 17.45%
G = 46%
B = 36.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#55E0B2 (or 0x55E0B2) is known color: Medium Aquamarine. HEX triplet: 55, E0 and B2. RGB value is (85,224,178). Sum of RGB (Red+Green+Blue) = 85+224+178=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E0B2 is #AA1F4D. Grayscale: #B1B1B1. Windows color (decimal): -11149134 or 11722837. OLE color: 11722837.

HSL color Cylindrical-coordinate representation of color #55E0B2: hue angle of 160.14º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0B2 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 178 -
CMYK 0.62 0 0.21 0.12
HSL 160.14º 0.69% 0.61% -
HSV(B) 160.14º 0.62% 0.88% -
XYZ 38.44 58.46 51.38 -
YUV 177.2 128.45 62.24 -
System Red Green Blue C M Y K H S L
Decimal 85 224 178 0.62 0 0.21 0.12 160.14 0.69 0.61
Hex 55 E0 B2 3E 0 15 C A0 45 3D
Octal 125 340 262 76 0 25 14 240 105 75
Binary 1010101 11100000 10110010 111110 0 10101 1100 10100000 1000101 111101

Color Harmonies of #55E0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E0B2

Black with #55E0B2

Text Example


Text Example

White with #55E0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,178); }

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

background-color css

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

 a { background-color: rgb(85,224,178); }

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

border-color css

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

 span { border-color: rgb(85,224,178); }

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