Html Css Color HEX #55EBA2 Medium Aquamarine

📋 copy color: '#55EBA2'

red 85 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #55EBA2

Tints of Medium Aquamarine #55EBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.61%

R = 17.63%
G = 48.76%
B = 33.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#55EBA2 (or 0x55EBA2) is known color: Medium Aquamarine. HEX triplet: 55, EB and A2. RGB value is (85,235,162). Sum of RGB (Red+Green+Blue) = 85+235+162=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBA2 is #AA145D. Grayscale: #B5B5B5. Windows color (decimal): -11146334 or 10677077. OLE color: 10677077.

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

Color convert

RGB 85 235 162 -
CMYK 0.64 0 0.31 0.08
HSL 150.8º 0.79% 0.63% -
HSV(B) 150.8º 0.64% 0.92% -
XYZ 39.98 63.96 44.42 -
YUV 181.83 116.81 58.94 -
System Red Green Blue C M Y K H S L
Decimal 85 235 162 0.64 0 0.31 0.08 150.8 0.79 0.63
Hex 55 EB A2 40 0 1F 8 97 4F 3F
Octal 125 353 242 100 0 37 10 227 117 77
Binary 1010101 11101011 10100010 1000000 0 11111 1000 10010111 1001111 111111

Color Harmonies of #55EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EBA2

Black with #55EBA2

Text Example


Text Example

White with #55EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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