#53B287

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

Shades of Ocean Green #53B287

Tints of Ocean Green #53B287

Color information

#53B287 (or 0x53B287) is unknown color: approx Ocean Green. HEX triplet: 53, B2 and 87. RGB value is (83,178,135). Sum of RGB (Red+Green+Blue) = 83+178+135=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #53B287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B287 is #AC4D78. Grayscale: #909090. Windows color (decimal): -11292025 or 8893011. OLE color: 8893011.

HSL color Cylindrical-coordinate representation of color #53B287: hue angle of 152.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B287 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB83178135-
CMYK0.5300.240.30
HSL152.84º38.15%51.18%-
HSV(B)152.84º53.37%69.8%-
XYZ23.8635.4328.5-
YUV144.69122.5384-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=20.96%
G=44.95%
B=34.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831781350.5300.240.30152.8438.1551.18
Hex53B287350181E992633
Octal12326220765030362314663
Binary101001110110010100001111101010110001111010011001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,178,135); }

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

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

 a { background-color: rgb(83,178,135); }

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

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

 span { border-color: rgb(83,178,135); }

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