Html Css Color HEX #55EFB1 Medium Aquamarine

📋 copy color: '#55EFB1'

red 85 ◦ green 239 ◦ blue 177

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

Shades of Medium Aquamarine #55EFB1

Tints of Medium Aquamarine #55EFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.33%

R = 16.97%
G = 47.7%
B = 35.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#55EFB1 (or 0x55EFB1) is known color: Medium Aquamarine. HEX triplet: 55, EF and B1. RGB value is (85,239,177). Sum of RGB (Red+Green+Blue) = 85+239+177=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EFB1 is #AA104E. Grayscale: #B9B9B9. Windows color (decimal): -11145295 or 11661141. OLE color: 11661141.

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

Color convert

RGB 85 239 177 -
CMYK 0.64 0 0.26 0.06
HSL 155.84º 0.83% 0.64% -
HSV(B) 155.84º 0.64% 0.94% -
XYZ 42.55 66.84 52.25 -
YUV 185.89 122.98 56.04 -
System Red Green Blue C M Y K H S L
Decimal 85 239 177 0.64 0 0.26 0.06 155.84 0.83 0.64
Hex 55 EF B1 40 0 1A 6 9C 53 40
Octal 125 357 261 100 0 32 6 234 123 100
Binary 1010101 11101111 10110001 1000000 0 11010 110 10011100 1010011 1000000

Color Harmonies of #55EFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFB1

Black with #55EFB1

Text Example


Text Example

White with #55EFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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