Html Css Color HEX #55EFB5 Medium Aquamarine

📋 copy color: '#55EFB5'

red 85 ◦ green 239 ◦ blue 181

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

Shades of Medium Aquamarine #55EFB5

Tints of Medium Aquamarine #55EFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 16.83%
G = 47.33%
B = 35.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#55EFB5 (or 0x55EFB5) is known color: Medium Aquamarine. HEX triplet: 55, EF and B5. RGB value is (85,239,181). Sum of RGB (Red+Green+Blue) = 85+239+181=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFB5 is #AA104A. Grayscale: #BABABA. Windows color (decimal): -11145291 or 11923285. OLE color: 11923285.

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

Color convert

RGB 85 239 181 -
CMYK 0.64 0 0.24 0.06
HSL 157.4º 0.83% 0.64% -
HSV(B) 157.4º 0.64% 0.94% -
XYZ 42.95 67 54.38 -
YUV 186.34 124.98 55.72 -
System Red Green Blue C M Y K H S L
Decimal 85 239 181 0.64 0 0.24 0.06 157.4 0.83 0.64
Hex 55 EF B5 40 0 18 6 9D 53 40
Octal 125 357 265 100 0 30 6 235 123 100
Binary 1010101 11101111 10110101 1000000 0 11000 110 10011101 1010011 1000000

Color Harmonies of #55EFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFB5

Black with #55EFB5

Text Example


Text Example

White with #55EFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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