Html Css Color HEX #53FFAF Medium Aquamarine

📋 copy color: '#53FFAF'

red 83 ◦ green 255 ◦ blue 175

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

Shades of Medium Aquamarine #53FFAF

Tints of Medium Aquamarine #53FFAF

RGB

 RED value IS 83 (32.81% from 255) = 16.18%

 GREEN value IS 255 (100% from 255) = 49.71%

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

R = 16.18%
G = 49.71%
B = 34.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#53FFAF (or 0x53FFAF) is known color: Medium Aquamarine. HEX triplet: 53, FF and AF. RGB value is (83,255,175). Sum of RGB (Red+Green+Blue) = 83+255+175=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFAF is #AC0050. Grayscale: #C2C2C2. Windows color (decimal): -11272273 or 11534163. OLE color: 11534163.

HSL color Cylindrical-coordinate representation of color #53FFAF: hue angle of 152.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFAF is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 175 -
CMYK 0.67 0 0.31 0
HSL 152.09º 1% 0.66% -
HSV(B) 152.09º 0.67% 1% -
XYZ 47.07 76.45 52.83 -
YUV 194.45 117.02 48.5 -
System Red Green Blue C M Y K H S L
Decimal 83 255 175 0.67 0 0.31 0 152.09 1 0.66
Hex 53 FF AF 43 0 1F 0 98 64 42
Octal 123 377 257 103 0 37 0 230 144 102
Binary 1010011 11111111 10101111 1000011 0 11111 0 10011000 1100100 1000010

Color Harmonies of #53FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFAF

Black with #53FFAF

Text Example


Text Example

White with #53FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53FFAF; }

 p { color: rgb(83,255,175); }

 H1.HeaderClassName
 {
   color: #53FFAF;
 }
 .AnyTagClassName
 {
   color: #53FFAF;
 }
</style>

background-color css

<style>
 a { background-color: #53FFAF; }

 a { background-color: rgb(83,255,175); }

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

border-color css

<style>
 span { border-color: #53FFAF; }

 span { border-color: rgb(83,255,175); }

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