#53B676

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

Shades of Ocean Green #53B676

Tints of Ocean Green #53B676

Color information

#53B676 (or 0x53B676) is unknown color: approx Ocean Green. HEX triplet: 53, B6 and 76. RGB value is (83,182,118). Sum of RGB (Red+Green+Blue) = 83+182+118=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #53B676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B676 is #AC4989. Grayscale: #919191. Windows color (decimal): -11291018 or 7779923. OLE color: 7779923.

HSL color Cylindrical-coordinate representation of color #53B676: hue angle of 141.21º degrees, saturation: 0.4, 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 #53B676 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB83182118-
CMYK0.5400.350.29
HSL141.21º40.41%51.96%-
HSV(B)141.21º54.4%71.37%-
XYZ23.5736.622.96-
YUV145.1112.783.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=21.67%
G=47.52%
B=30.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831821180.5400.350.29141.2140.4151.96
Hex53B676360231D8d2834
Octal12326616666043352155064
Binary101001110110110111011011011001000111110110001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,182,118); }

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

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

 a { background-color: rgb(83,182,118); }

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

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

 span { border-color: rgb(83,182,118); }

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