Html Css Color HEX #53D098 Medium Aquamarine

📋 copy color: '#53D098'

red 83 ◦ green 208 ◦ blue 152

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

Shades of Medium Aquamarine #53D098

Tints of Medium Aquamarine #53D098

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 18.74%
G = 46.95%
B = 34.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#53D098 (or 0x53D098) is known color: Medium Aquamarine. HEX triplet: 53, D0 and 98. RGB value is (83,208,152). Sum of RGB (Red+Green+Blue) = 83+208+152=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #53D098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D098 is #AC2F67. Grayscale: #A4A4A4. Windows color (decimal): -11284328 or 10014803. OLE color: 10014803.

HSL color Cylindrical-coordinate representation of color #53D098: hue angle of 153.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D098 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 152 -
CMYK 0.60 0 0.27 0.18
HSL 153.12º 0.57% 0.57% -
HSV(B) 153.12º 0.6% 0.82% -
XYZ 31.79 49.22 37.53 -
YUV 164.24 121.09 70.05 -
System Red Green Blue C M Y K H S L
Decimal 83 208 152 0.60 0 0.27 0.18 153.12 0.57 0.57
Hex 53 D0 98 3C 0 1B 12 99 39 39
Octal 123 320 230 74 0 33 22 231 71 71
Binary 1010011 11010000 10011000 111100 0 11011 10010 10011001 111001 111001

Color Harmonies of #53D098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D098

Black with #53D098

Text Example


Text Example

White with #53D098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,208,152); }

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

background-color css

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

 a { background-color: rgb(83,208,152); }

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

border-color css

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

 span { border-color: rgb(83,208,152); }

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