#53B46F

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

Shades of Ocean Green #53B46F

Tints of Ocean Green #53B46F

Color information

#53B46F (or 0x53B46F) is unknown color: approx Ocean Green. HEX triplet: 53, B4 and 6F. RGB value is (83,180,111). Sum of RGB (Red+Green+Blue) = 83+180+111=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #53B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B46F is #AC4B90. Grayscale: #8F8F8F. Windows color (decimal): -11291537 or 7320659. OLE color: 7320659.

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

Color convert

RGB83180111-
CMYK0.5400.380.29
HSL137.32º39.27%51.57%-
HSV(B)137.32º53.89%70.59%-
XYZ22.7635.6320.72-
YUV143.13109.8685.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=22.19%
G=48.13%
B=29.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801110.5400.380.29137.3239.2751.57
Hex53B46F360261D892734
Octal12326415766046352114764
Binary101001110110100110111111011001001101110110001001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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