#53B575

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

Shades of Ocean Green #53B575

Tints of Ocean Green #53B575

Color information

#53B575 (or 0x53B575) is unknown color: approx Ocean Green. HEX triplet: 53, B5 and 75. RGB value is (83,181,117). Sum of RGB (Red+Green+Blue) = 83+181+117=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #53B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B575 is #AC4A8A. Grayscale: #909090. Windows color (decimal): -11291275 or 7714131. OLE color: 7714131.

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

Color convert

RGB83181117-
CMYK0.5400.350.29
HSL140.82º39.84%51.76%-
HSV(B)140.82º54.14%70.98%-
XYZ23.336.1722.58-
YUV144.4112.5384.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=21.78%
G=47.51%
B=30.71%

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
Decimal831811170.5400.350.29140.8239.8451.76
Hex53B575360231D8d2834
Octal12326516566043352155064
Binary101001110110101111010111011001000111110110001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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