Html Css Color HEX #53A373 Ocean Green

📋 copy color: '#53A373'

red 83 ◦ green 163 ◦ blue 115

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

Shades of Ocean Green #53A373

Tints of Ocean Green #53A373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.15%

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

R = 22.99%
G = 45.15%
B = 31.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#53A373 (or 0x53A373) is known color: Ocean Green. HEX triplet: 53, A3 and 73. RGB value is (83,163,115). Sum of RGB (Red+Green+Blue) = 83+163+115=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #53A373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A373 is #AC5C8C. Grayscale: #858585. Windows color (decimal): -11295885 or 7578451. OLE color: 7578451.

HSL color Cylindrical-coordinate representation of color #53A373: hue angle of 144º 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 #53A373 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 115 -
CMYK 0.49 0 0.29 0.36
HSL 144º 0.33% 0.48% -
HSV(B) 144º 0.49% 0.64% -
XYZ 19.76 29.27 20.83 -
YUV 133.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 83 163 115 0.49 0 0.29 0.36 144 0.33 0.48
Hex 53 A3 73 31 0 1D 24 90 21 30
Octal 123 243 163 61 0 35 44 220 41 60
Binary 1010011 10100011 1110011 110001 0 11101 100100 10010000 100001 110000

Color Harmonies of #53A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A373

Black with #53A373

Text Example


Text Example

White with #53A373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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