#53A67A

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

Shades of Ocean Green #53A67A

Tints of Ocean Green #53A67A

Color information

#53A67A (or 0x53A67A) is unknown color: approx Ocean Green. HEX triplet: 53, A6 and 7A. RGB value is (83,166,122). Sum of RGB (Red+Green+Blue) = 83+166+122=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #53A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A67A is #AC5985. Grayscale: #888888. Windows color (decimal): -11295110 or 8037971. OLE color: 8037971.

HSL color Cylindrical-coordinate representation of color #53A67A: hue angle of 148.19º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A67A is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB83166122-
CMYK0.5000.270.35
HSL148.19º33.33%48.82%-
HSV(B)148.19º50%65.1%-
XYZ20.7230.5223.21-
YUV136.1712090.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=22.37%
G=44.74%
B=32.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831661220.5000.270.35148.1933.3348.82
Hex53A67A3201B23942131
Octal12324617262033432244161
Binary101001110100110111101011001001101110001110010100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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