Html Css Color HEX #53D69C Medium Aquamarine

📋 copy color: '#53D69C'

red 83 ◦ green 214 ◦ blue 156

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

Shades of Medium Aquamarine #53D69C

Tints of Medium Aquamarine #53D69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 156 (61.33% from 255) = 34.44%

R = 18.32%
G = 47.24%
B = 34.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#53D69C (or 0x53D69C) is known color: Medium Aquamarine. HEX triplet: 53, D6 and 9C. RGB value is (83,214,156). Sum of RGB (Red+Green+Blue) = 83+214+156=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #53D69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D69C is #AC2963. Grayscale: #A8A8A8. Windows color (decimal): -11282788 or 10278483. OLE color: 10278483.

HSL color Cylindrical-coordinate representation of color #53D69C: hue angle of 153.44º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D69C is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 214 156 -
CMYK 0.61 0 0.27 0.16
HSL 153.44º 0.62% 0.58% -
HSV(B) 153.44º 0.61% 0.84% -
XYZ 33.61 52.33 39.78 -
YUV 168.22 121.1 67.22 -
System Red Green Blue C M Y K H S L
Decimal 83 214 156 0.61 0 0.27 0.16 153.44 0.62 0.58
Hex 53 D6 9C 3D 0 1B 10 99 3E 3A
Octal 123 326 234 75 0 33 20 231 76 72
Binary 1010011 11010110 10011100 111101 0 11011 10000 10011001 111110 111010

Color Harmonies of #53D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D69C

Black with #53D69C

Text Example


Text Example

White with #53D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,214,156); }

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

background-color css

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

 a { background-color: rgb(83,214,156); }

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

border-color css

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

 span { border-color: rgb(83,214,156); }

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