Html Css Color HEX #53F7B0 Medium Aquamarine

📋 copy color: '#53F7B0'

red 83 ◦ green 247 ◦ blue 176

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

Shades of Medium Aquamarine #53F7B0

Tints of Medium Aquamarine #53F7B0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.81%

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 16.4%
G = 48.81%
B = 34.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#53F7B0 (or 0x53F7B0) is known color: Medium Aquamarine. HEX triplet: 53, F7 and B0. RGB value is (83,247,176). Sum of RGB (Red+Green+Blue) = 83+247+176=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #53F7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F7B0 is #AC084F. Grayscale: #BDBDBD. Windows color (decimal): -11274320 or 11597651. OLE color: 11597651.

HSL color Cylindrical-coordinate representation of color #53F7B0: hue angle of 154.02º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F7B0 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 247 176 -
CMYK 0.66 0 0.29 0.03
HSL 154.02º 0.91% 0.65% -
HSV(B) 154.02º 0.66% 0.97% -
XYZ 44.66 71.5 52.52 -
YUV 189.87 120.17 51.77 -
System Red Green Blue C M Y K H S L
Decimal 83 247 176 0.66 0 0.29 0.03 154.02 0.91 0.65
Hex 53 F7 B0 42 0 1D 3 9A 5B 41
Octal 123 367 260 102 0 35 3 232 133 101
Binary 1010011 11110111 10110000 1000010 0 11101 11 10011010 1011011 1000001

Color Harmonies of #53F7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F7B0

Black with #53F7B0

Text Example


Text Example

White with #53F7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,247,176); }

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

background-color css

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

 a { background-color: rgb(83,247,176); }

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

border-color css

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

 span { border-color: rgb(83,247,176); }

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