#53CBB3

Color #53CBB3 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #53CBB3

Tints of Medium Aquamarine #53CBB3

Color information

#53CBB3 (or 0x53CBB3) is unknown color: approx Medium Aquamarine. HEX triplet: 53, CB and B3. RGB value is (83,203,179). Sum of RGB (Red+Green+Blue) = 83+203+179=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBB3 is #AC344C. Grayscale: #A4A4A4. Windows color (decimal): -11285581 or 11782995. OLE color: 11782995.

HSL color Cylindrical-coordinate representation of color #53CBB3: hue angle of 168º 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 #53CBB3 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB83203179-
CMYK0.5900.120.20
HSL168º53.57%56.08%-
HSV(B)168º59.11%79.61%-
XYZ33.0647.8150.13-
YUV164.38136.2469.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.85%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 179 (70.31% from 255) = 38.49%
R=17.85%
G=43.66%
B=38.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031790.5900.120.2016853.5756.08
Hex53CBB33B0C14a83638
Octal12331326373014242506670
Binary10100111100101110110011111011011001010010101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,203,179); }

 H1.HeaderClassName
 {
   color: #53CBB3;
 }
 .AnyTagClassName
 {
   color: #53CBB3;
 }
</style>
background-color css

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

 a { background-color: rgb(83,203,179); }

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

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

 span { border-color: rgb(83,203,179); }

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