Html Css Color HEX #55EFA2 Medium Aquamarine

📋 copy color: '#55EFA2'

red 85 ◦ green 239 ◦ blue 162

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

Shades of Medium Aquamarine #55EFA2

Tints of Medium Aquamarine #55EFA2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

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

R = 17.49%
G = 49.18%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#55EFA2 (or 0x55EFA2) is known color: Medium Aquamarine. HEX triplet: 55, EF and A2. RGB value is (85,239,162). Sum of RGB (Red+Green+Blue) = 85+239+162=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EFA2 is #AA105D. Grayscale: #B8B8B8. Windows color (decimal): -11145310 or 10678101. OLE color: 10678101.

HSL color Cylindrical-coordinate representation of color #55EFA2: hue angle of 150º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFA2 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 239 162 -
CMYK 0.64 0 0.32 0.06
HSL 150º 0.83% 0.64% -
HSV(B) 150º 0.64% 0.94% -
XYZ 41.13 66.27 44.81 -
YUV 184.18 115.48 57.26 -
System Red Green Blue C M Y K H S L
Decimal 85 239 162 0.64 0 0.32 0.06 150 0.83 0.64
Hex 55 EF A2 40 0 20 6 96 53 40
Octal 125 357 242 100 0 40 6 226 123 100
Binary 1010101 11101111 10100010 1000000 0 100000 110 10010110 1010011 1000000

Color Harmonies of #55EFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFA2

Black with #55EFA2

Text Example


Text Example

White with #55EFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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