Html Css Color HEX #53A786 Ocean Green

📋 copy color: '#53A786'

red 83 ◦ green 167 ◦ blue 134

#53A786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #53A786

Tints of Ocean Green #53A786

RGB

 RED value IS 83 (32.81% from 255) = 21.61%

 GREEN value IS 167 (65.63% from 255) = 43.49%

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 21.61%
G = 43.49%
B = 34.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#53A786 (or 0x53A786) is known color: Ocean Green. HEX triplet: 53, A7 and 86. RGB value is (83,167,134). Sum of RGB (Red+Green+Blue) = 83+167+134=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #53A786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A786 is #AC5879. Grayscale: #8A8A8A. Windows color (decimal): -11294842 or 8824659. OLE color: 8824659.

HSL color Cylindrical-coordinate representation of color #53A786: hue angle of 156.43º degrees, saturation: 0.34, 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 #53A786 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 167 134 -
CMYK 0.50 0 0.20 0.35
HSL 156.43º 0.34% 0.49% -
HSV(B) 156.43º 0.5% 0.65% -
XYZ 21.69 31.2 27.43 -
YUV 138.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 83 167 134 0.50 0 0.20 0.35 156.43 0.34 0.49
Hex 53 A7 86 32 0 14 23 9C 22 31
Octal 123 247 206 62 0 24 43 234 42 61
Binary 1010011 10100111 10000110 110010 0 10100 100011 10011100 100010 110001

Color Harmonies of #53A786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A786

Black with #53A786

Text Example


Text Example

White with #53A786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,167,134); }

 H1.HeaderClassName
 {
   color: #53A786;
 }
 .AnyTagClassName
 {
   color: #53A786;
 }
</style>

background-color css

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

 a { background-color: rgb(83,167,134); }

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

border-color css

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

 span { border-color: rgb(83,167,134); }

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