Html Css Color HEX #55FDAF Medium Aquamarine

📋 copy color: '#55FDAF'

red 85 ◦ green 253 ◦ blue 175

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

Shades of Medium Aquamarine #55FDAF

Tints of Medium Aquamarine #55FDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.32%

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

R = 16.57%
G = 49.32%
B = 34.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#55FDAF (or 0x55FDAF) is known color: Medium Aquamarine. HEX triplet: 55, FD and AF. RGB value is (85,253,175). Sum of RGB (Red+Green+Blue) = 85+253+175=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FDAF is #AA0250. Grayscale: #C2C2C2. Windows color (decimal): -11141713 or 11533653. OLE color: 11533653.

HSL color Cylindrical-coordinate representation of color #55FDAF: hue angle of 152.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDAF is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 253 175 -
CMYK 0.66 0 0.31 0.01
HSL 152.14º 0.98% 0.66% -
HSV(B) 152.14º 0.66% 0.99% -
XYZ 46.61 75.28 52.63 -
YUV 193.88 117.34 50.34 -
System Red Green Blue C M Y K H S L
Decimal 85 253 175 0.66 0 0.31 0.01 152.14 0.98 0.66
Hex 55 FD AF 42 0 1F 1 98 62 42
Octal 125 375 257 102 0 37 1 230 142 102
Binary 1010101 11111101 10101111 1000010 0 11111 1 10011000 1100010 1000010

Color Harmonies of #55FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDAF

Black with #55FDAF

Text Example


Text Example

White with #55FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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