#53B079

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

Shades of Ocean Green #53B079

Tints of Ocean Green #53B079

Color information

#53B079 (or 0x53B079) is unknown color: approx Ocean Green. HEX triplet: 53, B0 and 79. RGB value is (83,176,121). Sum of RGB (Red+Green+Blue) = 83+176+121=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #53B079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B079 is #AC4F86. Grayscale: #8E8E8E. Windows color (decimal): -11292551 or 7974995. OLE color: 7974995.

HSL color Cylindrical-coordinate representation of color #53B079: hue angle of 144.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B079 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB83176121-
CMYK0.5300.310.31
HSL144.52º37.05%50.78%-
HSV(B)144.52º52.84%69.02%-
XYZ22.5434.2723.52-
YUV141.92116.1985.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 176 (69.14% from 255) = 46.32%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=21.84%
G=46.32%
B=31.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831761210.5300.310.31144.5237.0550.78
Hex53B0793501F1F912533
Octal12326017165037372214563
Binary10100111011000011110011101010111111111110010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,176,121); }

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

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

 a { background-color: rgb(83,176,121); }

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

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

 span { border-color: rgb(83,176,121); }

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