#53A783

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

Shades of Ocean Green #53A783

Tints of Ocean Green #53A783

Color information

#53A783 (or 0x53A783) is unknown color: approx Ocean Green. HEX triplet: 53, A7 and 83. RGB value is (83,167,131). Sum of RGB (Red+Green+Blue) = 83+167+131=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #53A783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A783 is #AC587C. Grayscale: #898989. Windows color (decimal): -11294845 or 8628051. OLE color: 8628051.

HSL color Cylindrical-coordinate representation of color #53A783: hue angle of 154.29º degrees, saturation: 0.34, 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 #53A783 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB83167131-
CMYK0.5000.220.35
HSL154.29º33.6%49.02%-
HSV(B)154.29º50.3%65.49%-
XYZ21.4831.1226.35-
YUV137.78124.1788.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 167 (65.62% from 255) = 43.83%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=21.78%
G=43.83%
B=34.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671310.5000.220.35154.2933.649.02
Hex53A78332016239a2231
Octal12324720362026432324261
Binary1010011101001111000001111001001011010001110011010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,167,131); }

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

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

 a { background-color: rgb(83,167,131); }

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

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

 span { border-color: rgb(83,167,131); }

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