Html Css Color HEX #55EBA4 Medium Aquamarine

📋 copy color: '#55EBA4'

red 85 ◦ green 235 ◦ blue 164

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

Shades of Medium Aquamarine #55EBA4

Tints of Medium Aquamarine #55EBA4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.55%

 BLUE value IS 164 (64.45% from 255) = 33.88%

R = 17.56%
G = 48.55%
B = 33.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#55EBA4 (or 0x55EBA4) is known color: Medium Aquamarine. HEX triplet: 55, EB and A4. RGB value is (85,235,164). Sum of RGB (Red+Green+Blue) = 85+235+164=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBA4 is #AA145B. Grayscale: #B6B6B6. Windows color (decimal): -11146332 or 10808149. OLE color: 10808149.

HSL color Cylindrical-coordinate representation of color #55EBA4: hue angle of 151.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBA4 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 235 164 -
CMYK 0.64 0 0.30 0.08
HSL 151.6º 0.79% 0.63% -
HSV(B) 151.6º 0.64% 0.92% -
XYZ 40.16 64.03 45.36 -
YUV 182.06 117.81 58.77 -
System Red Green Blue C M Y K H S L
Decimal 85 235 164 0.64 0 0.30 0.08 151.6 0.79 0.63
Hex 55 EB A4 40 0 1E 8 98 4F 3F
Octal 125 353 244 100 0 36 10 230 117 77
Binary 1010101 11101011 10100100 1000000 0 11110 1000 10011000 1001111 111111

Color Harmonies of #55EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EBA4

Black with #55EBA4

Text Example


Text Example

White with #55EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,235,164); }

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

background-color css

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

 a { background-color: rgb(85,235,164); }

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

border-color css

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

 span { border-color: rgb(85,235,164); }

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