Html Css Color HEX #53FCAB Medium Aquamarine

📋 copy color: '#53FCAB'

red 83 ◦ green 252 ◦ blue 171

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

Shades of Medium Aquamarine #53FCAB

Tints of Medium Aquamarine #53FCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 16.4%
G = 49.8%
B = 33.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#53FCAB (or 0x53FCAB) is known color: Medium Aquamarine. HEX triplet: 53, FC and AB. RGB value is (83,252,171). Sum of RGB (Red+Green+Blue) = 83+252+171=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FCAB is #AC0354. Grayscale: #C0C0C0. Windows color (decimal): -11273045 or 11271251. OLE color: 11271251.

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

Color convert

RGB 83 252 171 -
CMYK 0.67 0 0.32 0.01
HSL 151.24º 0.97% 0.66% -
HSV(B) 151.24º 0.67% 0.99% -
XYZ 45.73 74.4 50.48 -
YUV 192.24 116.01 50.09 -
System Red Green Blue C M Y K H S L
Decimal 83 252 171 0.67 0 0.32 0.01 151.24 0.97 0.66
Hex 53 FC AB 43 0 20 1 97 61 42
Octal 123 374 253 103 0 40 1 227 141 102
Binary 1010011 11111100 10101011 1000011 0 100000 1 10010111 1100001 1000010

Color Harmonies of #53FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCAB

Black with #53FCAB

Text Example


Text Example

White with #53FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,252,171); }

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

background-color css

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

 a { background-color: rgb(83,252,171); }

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

border-color css

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

 span { border-color: rgb(83,252,171); }

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