Html Css Color HEX #53A473 Ocean Green

📋 copy color: '#53A473'

red 83 ◦ green 164 ◦ blue 115

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

Shades of Ocean Green #53A473

Tints of Ocean Green #53A473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.3%

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 22.93%
G = 45.3%
B = 31.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#53A473 (or 0x53A473) is known color: Ocean Green. HEX triplet: 53, A4 and 73. RGB value is (83,164,115). Sum of RGB (Red+Green+Blue) = 83+164+115=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #53A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A473 is #AC5B8C. Grayscale: #868686. Windows color (decimal): -11295629 or 7578707. OLE color: 7578707.

HSL color Cylindrical-coordinate representation of color #53A473: hue angle of 143.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A473 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 164 115 -
CMYK 0.49 0 0.30 0.36
HSL 143.7º 0.33% 0.48% -
HSV(B) 143.7º 0.49% 0.64% -
XYZ 19.94 29.63 20.89 -
YUV 134.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 83 164 115 0.49 0 0.30 0.36 143.7 0.33 0.48
Hex 53 A4 73 31 0 1E 24 90 21 30
Octal 123 244 163 61 0 36 44 220 41 60
Binary 1010011 10100100 1110011 110001 0 11110 100100 10010000 100001 110000

Color Harmonies of #53A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A473

Black with #53A473

Text Example


Text Example

White with #53A473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,164,115); }

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

background-color css

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

 a { background-color: rgb(83,164,115); }

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

border-color css

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

 span { border-color: rgb(83,164,115); }

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