Html Css Color HEX #55EFB8 Medium Aquamarine

📋 copy color: '#55EFB8'

red 85 ◦ green 239 ◦ blue 184

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

Shades of Medium Aquamarine #55EFB8

Tints of Medium Aquamarine #55EFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 16.73%
G = 47.05%
B = 36.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#55EFB8 (or 0x55EFB8) is known color: Medium Aquamarine. HEX triplet: 55, EF and B8. RGB value is (85,239,184). Sum of RGB (Red+Green+Blue) = 85+239+184=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFB8 is #AA1047. Grayscale: #BABABA. Windows color (decimal): -11145288 or 12119893. OLE color: 12119893.

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

Color convert

RGB 85 239 184 -
CMYK 0.64 0 0.23 0.06
HSL 158.57º 0.83% 0.64% -
HSV(B) 158.57º 0.64% 0.94% -
XYZ 43.26 67.13 56.02 -
YUV 186.68 126.48 55.47 -
System Red Green Blue C M Y K H S L
Decimal 85 239 184 0.64 0 0.23 0.06 158.57 0.83 0.64
Hex 55 EF B8 40 0 17 6 9F 53 40
Octal 125 357 270 100 0 27 6 237 123 100
Binary 1010101 11101111 10111000 1000000 0 10111 110 10011111 1010011 1000000

Color Harmonies of #55EFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EFB8

Black with #55EFB8

Text Example


Text Example

White with #55EFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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