Html Css Color HEX #55FCAF Medium Aquamarine

📋 copy color: '#55FCAF'

red 85 ◦ green 252 ◦ blue 175

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

Shades of Medium Aquamarine #55FCAF

Tints of Medium Aquamarine #55FCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.22%

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

R = 16.6%
G = 49.22%
B = 34.18%

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

#55FCAF (or 0x55FCAF) is known color: Medium Aquamarine. HEX triplet: 55, FC and AF. RGB value is (85,252,175). Sum of RGB (Red+Green+Blue) = 85+252+175=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FCAF is #AA0350. Grayscale: #C1C1C1. Windows color (decimal): -11141969 or 11533397. OLE color: 11533397.

HSL color Cylindrical-coordinate representation of color #55FCAF: hue angle of 152.34º degrees, saturation: 0.97, 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 #55FCAF is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 175 -
CMYK 0.66 0 0.31 0.01
HSL 152.34º 0.97% 0.66% -
HSV(B) 152.34º 0.66% 0.99% -
XYZ 46.29 74.65 52.53 -
YUV 193.29 117.67 50.76 -
System Red Green Blue C M Y K H S L
Decimal 85 252 175 0.66 0 0.31 0.01 152.34 0.97 0.66
Hex 55 FC AF 42 0 1F 1 98 61 42
Octal 125 374 257 102 0 37 1 230 141 102
Binary 1010101 11111100 10101111 1000010 0 11111 1 10011000 1100001 1000010

Color Harmonies of #55FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCAF

Black with #55FCAF

Text Example


Text Example

White with #55FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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