#53A97A

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

Shades of Ocean Green #53A97A

Tints of Ocean Green #53A97A

Color information

#53A97A (or 0x53A97A) is unknown color: approx Ocean Green. HEX triplet: 53, A9 and 7A. RGB value is (83,169,122). Sum of RGB (Red+Green+Blue) = 83+169+122=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #53A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A97A is #AC5685. Grayscale: #8A8A8A. Windows color (decimal): -11294342 or 8038739. OLE color: 8038739.

HSL color Cylindrical-coordinate representation of color #53A97A: hue angle of 147.21º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A97A is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB83169122-
CMYK0.5100.280.34
HSL147.21º34.13%49.41%-
HSV(B)147.21º50.89%66.27%-
XYZ21.2731.6223.39-
YUV137.93119.0188.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=22.19%
G=45.19%
B=32.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831691220.5100.280.34147.2134.1349.41
Hex53A97A3301C22932231
Octal12325117263034422234261
Binary101001110101001111101011001101110010001010010011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,169,122); }

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

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

 a { background-color: rgb(83,169,122); }

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

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

 span { border-color: rgb(83,169,122); }

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