Html Css Color HEX #55EBA7 Medium Aquamarine

📋 copy color: '#55EBA7'

red 85 ◦ green 235 ◦ blue 167

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

Shades of Medium Aquamarine #55EBA7

Tints of Medium Aquamarine #55EBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.29%

R = 17.45%
G = 48.25%
B = 34.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#55EBA7 (or 0x55EBA7) is known color: Medium Aquamarine. HEX triplet: 55, EB and A7. RGB value is (85,235,167). Sum of RGB (Red+Green+Blue) = 85+235+167=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBA7 is #AA1458. Grayscale: #B6B6B6. Windows color (decimal): -11146329 or 11004757. OLE color: 11004757.

HSL color Cylindrical-coordinate representation of color #55EBA7: hue angle of 152.8º 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 #55EBA7 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 235 167 -
CMYK 0.64 0 0.29 0.08
HSL 152.8º 0.79% 0.63% -
HSV(B) 152.8º 0.64% 0.92% -
XYZ 40.43 64.14 46.81 -
YUV 182.4 119.31 58.53 -
System Red Green Blue C M Y K H S L
Decimal 85 235 167 0.64 0 0.29 0.08 152.8 0.79 0.63
Hex 55 EB A7 40 0 1D 8 99 4F 3F
Octal 125 353 247 100 0 35 10 231 117 77
Binary 1010101 11101011 10100111 1000000 0 11101 1000 10011001 1001111 111111

Color Harmonies of #55EBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EBA7

Black with #55EBA7

Text Example


Text Example

White with #55EBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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