Html Css Color HEX #55DEA3 Medium Aquamarine

📋 copy color: '#55DEA3'

red 85 ◦ green 222 ◦ blue 163

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

Shades of Medium Aquamarine #55DEA3

Tints of Medium Aquamarine #55DEA3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 18.09%
G = 47.23%
B = 34.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#55DEA3 (or 0x55DEA3) is known color: Medium Aquamarine. HEX triplet: 55, DE and A3. RGB value is (85,222,163). Sum of RGB (Red+Green+Blue) = 85+222+163=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEA3 is #AA215C. Grayscale: #AEAEAE. Windows color (decimal): -11149661 or 10739285. OLE color: 10739285.

HSL color Cylindrical-coordinate representation of color #55DEA3: hue angle of 154.16º degrees, saturation: 0.67, 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 #55DEA3 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 163 -
CMYK 0.62 0 0.27 0.13
HSL 154.16º 0.67% 0.6% -
HSV(B) 154.16º 0.62% 0.87% -
XYZ 36.48 56.82 43.69 -
YUV 174.31 121.61 64.3 -
System Red Green Blue C M Y K H S L
Decimal 85 222 163 0.62 0 0.27 0.13 154.16 0.67 0.6
Hex 55 DE A3 3E 0 1B D 9A 43 3C
Octal 125 336 243 76 0 33 15 232 103 74
Binary 1010101 11011110 10100011 111110 0 11011 1101 10011010 1000011 111100

Color Harmonies of #55DEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DEA3

Black with #55DEA3

Text Example


Text Example

White with #55DEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,222,163); }

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

background-color css

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

 a { background-color: rgb(85,222,163); }

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

border-color css

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

 span { border-color: rgb(85,222,163); }

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