Html Css Color HEX #55EFB6 Medium Aquamarine

📋 copy color: '#55EFB6'

red 85 ◦ green 239 ◦ blue 182

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

Shades of Medium Aquamarine #55EFB6

Tints of Medium Aquamarine #55EFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.97%

R = 16.8%
G = 47.23%
B = 35.97%

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

#55EFB6 (or 0x55EFB6) is known color: Medium Aquamarine. HEX triplet: 55, EF and B6. RGB value is (85,239,182). Sum of RGB (Red+Green+Blue) = 85+239+182=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFB6 is #AA1049. Grayscale: #BABABA. Windows color (decimal): -11145290 or 11988821. OLE color: 11988821.

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

Color convert

RGB 85 239 182 -
CMYK 0.64 0 0.24 0.06
HSL 157.79º 0.83% 0.64% -
HSV(B) 157.79º 0.64% 0.94% -
XYZ 43.06 67.04 54.93 -
YUV 186.46 125.48 55.63 -
System Red Green Blue C M Y K H S L
Decimal 85 239 182 0.64 0 0.24 0.06 157.79 0.83 0.64
Hex 55 EF B6 40 0 18 6 9E 53 40
Octal 125 357 266 100 0 30 6 236 123 100
Binary 1010101 11101111 10110110 1000000 0 11000 110 10011110 1010011 1000000

Color Harmonies of #55EFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFB6

Black with #55EFB6

Text Example


Text Example

White with #55EFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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