#53B67E

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

Shades of Ocean Green #53B67E

Tints of Ocean Green #53B67E

Color information

#53B67E (or 0x53B67E) is unknown color: approx Ocean Green. HEX triplet: 53, B6 and 7E. RGB value is (83,182,126). Sum of RGB (Red+Green+Blue) = 83+182+126=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #53B67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B67E is #AC4981. Grayscale: #929292. Windows color (decimal): -11291010 or 8304211. OLE color: 8304211.

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

Color convert

RGB83182126-
CMYK0.5400.310.29
HSL146.06º40.41%51.96%-
HSV(B)146.06º54.4%71.37%-
XYZ24.0636.825.57-
YUV146.01116.783.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=21.23%
G=46.55%
B=32.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831821260.5400.310.29146.0640.4151.96
Hex53B67E3601F1D922834
Octal12326617666037352225064
Binary10100111011011011111101101100111111110110010010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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