#53B46E

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

Shades of Ocean Green #53B46E

Tints of Ocean Green #53B46E

Color information

#53B46E (or 0x53B46E) is unknown color: approx Ocean Green. HEX triplet: 53, B4 and 6E. RGB value is (83,180,110). Sum of RGB (Red+Green+Blue) = 83+180+110=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #53B46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B46E is #AC4B91. Grayscale: #8F8F8F. Windows color (decimal): -11291538 or 7255123. OLE color: 7255123.

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

Color convert

RGB83180110-
CMYK0.5400.390.29
HSL136.7º39.27%51.57%-
HSV(B)136.7º53.89%70.59%-
XYZ22.735.6120.43-
YUV143.02109.3685.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=22.25%
G=48.26%
B=29.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801100.5400.390.29136.739.2751.57
Hex53B46E360271D892734
Octal12326415666047352114764
Binary101001110110100110111011011001001111110110001001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,110); }

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

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

 a { background-color: rgb(83,180,110); }

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

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

 span { border-color: rgb(83,180,110); }

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