Html Css Color HEX #53AB86 Ocean Green

📋 copy color: '#53AB86'

red 83 ◦ green 171 ◦ blue 134

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

Shades of Ocean Green #53AB86

Tints of Ocean Green #53AB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.07%

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

R = 21.39%
G = 44.07%
B = 34.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#53AB86 (or 0x53AB86) is known color: Ocean Green. HEX triplet: 53, AB and 86. RGB value is (83,171,134). Sum of RGB (Red+Green+Blue) = 83+171+134=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB86 is #AC5479. Grayscale: #8C8C8C. Windows color (decimal): -11293818 or 8825683. OLE color: 8825683.

HSL color Cylindrical-coordinate representation of color #53AB86: hue angle of 154.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AB86 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 171 134 -
CMYK 0.51 0 0.22 0.33
HSL 154.77º 0.35% 0.5% -
HSV(B) 154.77º 0.51% 0.67% -
XYZ 22.43 32.69 27.68 -
YUV 140.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 83 171 134 0.51 0 0.22 0.33 154.77 0.35 0.5
Hex 53 AB 86 33 0 16 21 9B 23 32
Octal 123 253 206 63 0 26 41 233 43 62
Binary 1010011 10101011 10000110 110011 0 10110 100001 10011011 100011 110010

Color Harmonies of #53AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB86

Black with #53AB86

Text Example


Text Example

White with #53AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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