Html Css Color HEX #55DFB8 Medium Aquamarine

📋 copy color: '#55DFB8'

red 85 ◦ green 223 ◦ blue 184

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

Shades of Medium Aquamarine #55DFB8

Tints of Medium Aquamarine #55DFB8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

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

R = 17.28%
G = 45.33%
B = 37.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#55DFB8 (or 0x55DFB8) is known color: Medium Aquamarine. HEX triplet: 55, DF and B8. RGB value is (85,223,184). Sum of RGB (Red+Green+Blue) = 85+223+184=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFB8 is #AA2047. Grayscale: #B1B1B1. Windows color (decimal): -11149384 or 12115797. OLE color: 12115797.

HSL color Cylindrical-coordinate representation of color #55DFB8: hue angle of 163.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DFB8 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 223 184 -
CMYK 0.62 0 0.17 0.13
HSL 163.04º 0.68% 0.6% -
HSV(B) 163.04º 0.62% 0.87% -
XYZ 38.79 58.17 54.53 -
YUV 177.29 131.78 62.17 -
System Red Green Blue C M Y K H S L
Decimal 85 223 184 0.62 0 0.17 0.13 163.04 0.68 0.6
Hex 55 DF B8 3E 0 11 D A3 44 3C
Octal 125 337 270 76 0 21 15 243 104 74
Binary 1010101 11011111 10111000 111110 0 10001 1101 10100011 1000100 111100

Color Harmonies of #55DFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DFB8

Black with #55DFB8

Text Example


Text Example

White with #55DFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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