#53B46D

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

Shades of Ocean Green #53B46D

Tints of Ocean Green #53B46D

Color information

#53B46D (or 0x53B46D) is unknown color: approx Ocean Green. HEX triplet: 53, B4 and 6D. RGB value is (83,180,109). Sum of RGB (Red+Green+Blue) = 83+180+109=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #53B46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B46D is #AC4B92. Grayscale: #8F8F8F. Windows color (decimal): -11291539 or 7189587. OLE color: 7189587.

HSL color Cylindrical-coordinate representation of color #53B46D: hue angle of 136.08º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B46D is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB83180109-
CMYK0.5400.390.29
HSL136.08º39.27%51.57%-
HSV(B)136.08º53.89%70.59%-
XYZ22.6535.5920.14-
YUV142.9108.8685.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 180 (70.70% from 255) = 48.39%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=22.31%
G=48.39%
B=29.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801090.5400.390.29136.0839.2751.57
Hex53B46D360271D882734
Octal12326415566047352104764
Binary101001110110100110110111011001001111110110001000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,109); }

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

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

 a { background-color: rgb(83,180,109); }

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

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

 span { border-color: rgb(83,180,109); }

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