#53B675

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

Shades of Ocean Green #53B675

Tints of Ocean Green #53B675

Color information

#53B675 (or 0x53B675) is unknown color: approx Ocean Green. HEX triplet: 53, B6 and 75. RGB value is (83,182,117). Sum of RGB (Red+Green+Blue) = 83+182+117=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #53B675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B675 is #AC498A. Grayscale: #919191. Windows color (decimal): -11291019 or 7714387. OLE color: 7714387.

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

Color convert

RGB83182117-
CMYK0.5400.360.29
HSL140.61º40.41%51.96%-
HSV(B)140.61º54.4%71.37%-
XYZ23.5136.5822.65-
YUV144.99112.283.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=21.73%
G=47.64%
B=30.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831821170.5400.360.29140.6140.4151.96
Hex53B675360241D8d2834
Octal12326616566044352155064
Binary101001110110110111010111011001001001110110001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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