#53986B

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

Shades of Ocean Green #53986B

Tints of Ocean Green #53986B

Color information

#53986B (or 0x53986B) is unknown color: approx Ocean Green. HEX triplet: 53, 98 and 6B. RGB value is (83,152,107). Sum of RGB (Red+Green+Blue) = 83+152+107=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #53986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53986B is #AC6794. Grayscale: #7E7E7E. Windows color (decimal): -11298709 or 7051347. OLE color: 7051347.

HSL color Cylindrical-coordinate representation of color #53986B: hue angle of 140.87º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53986B is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB83152107-
CMYK0.4500.300.40
HSL140.87º29.36%46.08%-
HSV(B)140.87º45.39%59.61%-
XYZ17.4525.3617.88-
YUV126.24117.1497.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=24.27%
G=44.44%
B=31.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521070.4500.300.40140.8729.3646.08
Hex53986B2D01E288d1d2e
Octal12323015355036502153556
Binary10100111001100011010111011010111101010001000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53986B; }

 p { color: rgb(83,152,107); }

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

<style>
 a { background-color: #53986B; }

 a { background-color: rgb(83,152,107); }

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

<style>
 span { border-color: #53986B; }

 span { border-color: rgb(83,152,107); }

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