#53B075

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

Shades of Ocean Green #53B075

Tints of Ocean Green #53B075

Color information

#53B075 (or 0x53B075) is unknown color: approx Ocean Green. HEX triplet: 53, B0 and 75. RGB value is (83,176,117). Sum of RGB (Red+Green+Blue) = 83+176+117=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #53B075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B075 is #AC4F8A. Grayscale: #8D8D8D. Windows color (decimal): -11292555 or 7712851. OLE color: 7712851.

HSL color Cylindrical-coordinate representation of color #53B075: hue angle of 141.94º 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 #53B075 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB83176117-
CMYK0.5300.340.31
HSL141.94º37.05%50.78%-
HSV(B)141.94º52.84%69.02%-
XYZ22.334.1722.25-
YUV141.47114.1986.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 176 (69.14% from 255) = 46.81%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=22.07%
G=46.81%
B=31.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831761170.5300.340.31141.9437.0550.78
Hex53B075350221F8e2533
Octal12326016565042372164563
Binary101001110110000111010111010101000101111110001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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