#53AD7B

Color #53AD7B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #53AD7B

Tints of Ocean Green #53AD7B

Color information

#53AD7B (or 0x53AD7B) is unknown color: approx Ocean Green. HEX triplet: 53, AD and 7B. RGB value is (83,173,123). Sum of RGB (Red+Green+Blue) = 83+173+123=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD7B is #AC5284. Grayscale: #8C8C8C. Windows color (decimal): -11293317 or 8105299. OLE color: 8105299.

HSL color Cylindrical-coordinate representation of color #53AD7B: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD7B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB83173123-
CMYK0.5200.290.32
HSL146.67º35.43%50.2%-
HSV(B)146.67º52.02%67.84%-
XYZ22.0933.1623.97-
YUV140.39118.1887.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=21.90%
G=45.65%
B=32.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831731230.5200.290.32146.6735.4350.2
Hex53AD7B3401D20932332
Octal12325517364035402234362
Binary101001110101101111101111010001110110000010010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,123); }

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

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

 a { background-color: rgb(83,173,123); }

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

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

 span { border-color: rgb(83,173,123); }

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