Html Css Color HEX #53A686 Ocean Green

📋 copy color: '#53A686'

red 83 ◦ green 166 ◦ blue 134

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

Shades of Ocean Green #53A686

Tints of Ocean Green #53A686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.34%

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

R = 21.67%
G = 43.34%
B = 34.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#53A686 (or 0x53A686) is known color: Ocean Green. HEX triplet: 53, A6 and 86. RGB value is (83,166,134). Sum of RGB (Red+Green+Blue) = 83+166+134=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #53A686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A686 is #AC5979. Grayscale: #898989. Windows color (decimal): -11295098 or 8824403. OLE color: 8824403.

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

Color convert

RGB 83 166 134 -
CMYK 0.50 0 0.19 0.35
HSL 156.87º 0.33% 0.49% -
HSV(B) 156.87º 0.5% 0.65% -
XYZ 21.51 30.83 27.37 -
YUV 137.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 83 166 134 0.50 0 0.19 0.35 156.87 0.33 0.49
Hex 53 A6 86 32 0 13 23 9D 21 31
Octal 123 246 206 62 0 23 43 235 41 61
Binary 1010011 10100110 10000110 110010 0 10011 100011 10011101 100001 110001

Color Harmonies of #53A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A686

Black with #53A686

Text Example


Text Example

White with #53A686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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