Html Css Color HEX #53CCAC Medium Aquamarine

📋 copy color: '#53CCAC'

red 83 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #53CCAC

Tints of Medium Aquamarine #53CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.44%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 18.08%
G = 44.44%
B = 37.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#53CCAC (or 0x53CCAC) is known color: Medium Aquamarine. HEX triplet: 53, CC and AC. RGB value is (83,204,172). Sum of RGB (Red+Green+Blue) = 83+204+172=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CCAC is #AC3353. Grayscale: #A4A4A4. Windows color (decimal): -11285332 or 11324499. OLE color: 11324499.

HSL color Cylindrical-coordinate representation of color #53CCAC: hue angle of 164.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CCAC is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 172 -
CMYK 0.59 0 0.16 0.2
HSL 164.13º 0.54% 0.56% -
HSV(B) 164.13º 0.59% 0.8% -
XYZ 32.61 48 46.58 -
YUV 164.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 83 204 172 0.59 0 0.16 0.2 164.13 0.54 0.56
Hex 53 CC AC 3B 0 10 14 A4 36 38
Octal 123 314 254 73 0 20 24 244 66 70
Binary 1010011 11001100 10101100 111011 0 10000 10100 10100100 110110 111000

Color Harmonies of #53CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CCAC

Black with #53CCAC

Text Example


Text Example

White with #53CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,204,172); }

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

background-color css

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

 a { background-color: rgb(83,204,172); }

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

border-color css

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

 span { border-color: rgb(83,204,172); }

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