#53B46C

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

Shades of Ocean Green #53B46C

Tints of Ocean Green #53B46C

Color information

#53B46C (or 0x53B46C) is unknown color: approx Ocean Green. HEX triplet: 53, B4 and 6C. RGB value is (83,180,108). Sum of RGB (Red+Green+Blue) = 83+180+108=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #53B46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B46C is #AC4B93. Grayscale: #8E8E8E. Windows color (decimal): -11291540 or 7124051. OLE color: 7124051.

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

Color convert

RGB83180108-
CMYK0.5400.400.29
HSL135.46º39.27%51.57%-
HSV(B)135.46º53.89%70.59%-
XYZ22.635.5619.86-
YUV142.79108.3685.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=22.37%
G=48.52%
B=29.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801080.5400.400.29135.4639.2751.57
Hex53B46C360281D872734
Octal12326415466050352074764
Binary101001110110100110110011011001010001110110000111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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