Html Css Color HEX #53A973 Ocean Green

📋 copy color: '#53A973'

red 83 ◦ green 169 ◦ blue 115

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

Shades of Ocean Green #53A973

Tints of Ocean Green #53A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.05%

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

R = 22.62%
G = 46.05%
B = 31.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#53A973 (or 0x53A973) is known color: Ocean Green. HEX triplet: 53, A9 and 73. RGB value is (83,169,115). Sum of RGB (Red+Green+Blue) = 83+169+115=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #53A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A973 is #AC568C. Grayscale: #898989. Windows color (decimal): -11294349 or 7579987. OLE color: 7579987.

HSL color Cylindrical-coordinate representation of color #53A973: hue angle of 142.33º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A973 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 169 115 -
CMYK 0.51 0 0.32 0.34
HSL 142.33º 0.34% 0.49% -
HSV(B) 142.33º 0.51% 0.66% -
XYZ 20.85 31.45 21.19 -
YUV 137.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 83 169 115 0.51 0 0.32 0.34 142.33 0.34 0.49
Hex 53 A9 73 33 0 20 22 8E 22 31
Octal 123 251 163 63 0 40 42 216 42 61
Binary 1010011 10101001 1110011 110011 0 100000 100010 10001110 100010 110001

Color Harmonies of #53A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A973

Black with #53A973

Text Example


Text Example

White with #53A973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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