#53A270

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

Shades of Ocean Green #53A270

Tints of Ocean Green #53A270

Color information

#53A270 (or 0x53A270) is unknown color: approx Ocean Green. HEX triplet: 53, A2 and 70. RGB value is (83,162,112). Sum of RGB (Red+Green+Blue) = 83+162+112=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #53A270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A270 is #AC5D8F. Grayscale: #848484. Windows color (decimal): -11296144 or 7381587. OLE color: 7381587.

HSL color Cylindrical-coordinate representation of color #53A270: hue angle of 142.03º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A270 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB83162112-
CMYK0.4900.310.36
HSL142.03º32.24%48.04%-
HSV(B)142.03º48.77%63.53%-
XYZ19.4128.8519.87-
YUV132.68116.3392.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=23.25%
G=45.38%
B=31.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831621120.4900.310.36142.0332.2448.04
Hex53A2703101F248e2030
Octal12324216061037442164060
Binary101001110100010111000011000101111110010010001110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,112); }

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

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

 a { background-color: rgb(83,162,112); }

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

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

 span { border-color: rgb(83,162,112); }

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