Html Css Color HEX #55EFAB Medium Aquamarine

📋 copy color: '#55EFAB'

red 85 ◦ green 239 ◦ blue 171

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

Shades of Medium Aquamarine #55EFAB

Tints of Medium Aquamarine #55EFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 17.17%
G = 48.28%
B = 34.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#55EFAB (or 0x55EFAB) is known color: Medium Aquamarine. HEX triplet: 55, EF and AB. RGB value is (85,239,171). Sum of RGB (Red+Green+Blue) = 85+239+171=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EFAB is #AA1054. Grayscale: #B9B9B9. Windows color (decimal): -11145301 or 11267925. OLE color: 11267925.

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

Color convert

RGB 85 239 171 -
CMYK 0.64 0 0.28 0.06
HSL 153.51º 0.83% 0.64% -
HSV(B) 153.51º 0.64% 0.94% -
XYZ 41.96 66.6 49.17 -
YUV 185.2 119.98 56.53 -
System Red Green Blue C M Y K H S L
Decimal 85 239 171 0.64 0 0.28 0.06 153.51 0.83 0.64
Hex 55 EF AB 40 0 1C 6 9A 53 40
Octal 125 357 253 100 0 34 6 232 123 100
Binary 1010101 11101111 10101011 1000000 0 11100 110 10011010 1010011 1000000

Color Harmonies of #55EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFAB

Black with #55EFAB

Text Example


Text Example

White with #55EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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