#53A685

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

Shades of Ocean Green #53A685

Tints of Ocean Green #53A685

Color information

#53A685 (or 0x53A685) is unknown color: approx Ocean Green. HEX triplet: 53, A6 and 85. RGB value is (83,166,133). Sum of RGB (Red+Green+Blue) = 83+166+133=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #53A685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A685 is #AC597A. Grayscale: #898989. Windows color (decimal): -11295099 or 8758867. OLE color: 8758867.

HSL color Cylindrical-coordinate representation of color #53A685: hue angle of 156.14º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A685 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB83166133-
CMYK0.5000.200.35
HSL156.14º33.33%48.82%-
HSV(B)156.14º50%65.1%-
XYZ21.4430.827.01-
YUV137.42125.589.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 166 (65.23% from 255) = 43.46%
BLUE value IS 133 (52.34% from 255) = 34.82%
R=21.73%
G=43.46%
B=34.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831661330.5000.200.35156.1433.3348.82
Hex53A68532014239c2131
Octal12324620562024432344161
Binary1010011101001101000010111001001010010001110011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,166,133); }

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

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

 a { background-color: rgb(83,166,133); }

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

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

 span { border-color: rgb(83,166,133); }

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