#53986C

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

Shades of Ocean Green #53986C

Tints of Ocean Green #53986C

Color information

#53986C (or 0x53986C) is unknown color: approx Ocean Green. HEX triplet: 53, 98 and 6C. RGB value is (83,152,108). Sum of RGB (Red+Green+Blue) = 83+152+108=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #53986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53986C is #AC6793. Grayscale: #7E7E7E. Windows color (decimal): -11298708 or 7116883. OLE color: 7116883.

HSL color Cylindrical-coordinate representation of color #53986C: hue angle of 141.74º 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 #53986C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB83152108-
CMYK0.4500.290.40
HSL141.74º29.36%46.08%-
HSV(B)141.74º45.39%59.61%-
XYZ17.525.3818.16-
YUV126.35117.6497.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=24.20%
G=44.31%
B=31.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521080.4500.290.40141.7429.3646.08
Hex53986C2D01D288e1d2e
Octal12323015455035502163556
Binary10100111001100011011001011010111011010001000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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