#53B36C

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

Shades of Ocean Green #53B36C

Tints of Ocean Green #53B36C

Color information

#53B36C (or 0x53B36C) is unknown color: approx Ocean Green. HEX triplet: 53, B3 and 6C. RGB value is (83,179,108). Sum of RGB (Red+Green+Blue) = 83+179+108=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #53B36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B36C is #AC4C93. Grayscale: #8E8E8E. Windows color (decimal): -11291796 or 7123795. OLE color: 7123795.

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

Color convert

RGB83179108-
CMYK0.5400.400.30
HSL135.62º38.71%51.37%-
HSV(B)135.62º53.63%70.2%-
XYZ22.3935.1619.79-
YUV142.2108.785.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 179 (70.31% from 255) = 48.38%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=22.43%
G=48.38%
B=29.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831791080.5400.400.30135.6238.7151.37
Hex53B36C360281E882733
Octal12326315466050362104763
Binary101001110110011110110011011001010001111010001000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,179,108); }

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

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

 a { background-color: rgb(83,179,108); }

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

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

 span { border-color: rgb(83,179,108); }

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