#53997A

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

Shades of Ocean Green #53997A

Tints of Ocean Green #53997A

Color information

#53997A (or 0x53997A) is unknown color: approx Ocean Green. HEX triplet: 53, 99 and 7A. RGB value is (83,153,122). Sum of RGB (Red+Green+Blue) = 83+153+122=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #53997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53997A is #AC6685. Grayscale: #808080. Windows color (decimal): -11298438 or 8034643. OLE color: 8034643.

HSL color Cylindrical-coordinate representation of color #53997A: hue angle of 153.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53997A is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB83153122-
CMYK0.4600.200.4
HSL153.43º29.66%46.27%-
HSV(B)153.43º45.75%60%-
XYZ18.4726.0322.46-
YUV128.54124.3195.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=23.18%
G=42.74%
B=34.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531220.4600.200.4153.4329.6646.27
Hex53997A2E01428991e2e
Octal12323117256024502313656
Binary10100111001100111110101011100101001010001001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53997A; }

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

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

<style>
 a { background-color: #53997A; }

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

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

<style>
 span { border-color: #53997A; }

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

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