Html Css Color HEX #55D6AF Medium Aquamarine

📋 copy color: '#55D6AF'

red 85 ◦ green 214 ◦ blue 175

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

Shades of Medium Aquamarine #55D6AF

Tints of Medium Aquamarine #55D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 17.93%
G = 45.15%
B = 36.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#55D6AF (or 0x55D6AF) is known color: Medium Aquamarine. HEX triplet: 55, D6 and AF. RGB value is (85,214,175). Sum of RGB (Red+Green+Blue) = 85+214+175=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D6AF is #AA2950. Grayscale: #ABABAB. Windows color (decimal): -11151697 or 11523669. OLE color: 11523669.

HSL color Cylindrical-coordinate representation of color #55D6AF: hue angle of 161.86º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D6AF is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 214 175 -
CMYK 0.60 0 0.18 0.16
HSL 161.86º 0.61% 0.59% -
HSV(B) 161.86º 0.6% 0.84% -
XYZ 35.53 53.12 48.94 -
YUV 170.98 130.26 66.67 -
System Red Green Blue C M Y K H S L
Decimal 85 214 175 0.60 0 0.18 0.16 161.86 0.61 0.59
Hex 55 D6 AF 3C 0 12 10 A2 3D 3B
Octal 125 326 257 74 0 22 20 242 75 73
Binary 1010101 11010110 10101111 111100 0 10010 10000 10100010 111101 111011

Color Harmonies of #55D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D6AF

Black with #55D6AF

Text Example


Text Example

White with #55D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,214,175); }

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

background-color css

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

 a { background-color: rgb(85,214,175); }

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

border-color css

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

 span { border-color: rgb(85,214,175); }

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