Html Css Color HEX #53AC73 Ocean Green

📋 copy color: '#53AC73'

red 83 ◦ green 172 ◦ blue 115

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

Shades of Ocean Green #53AC73

Tints of Ocean Green #53AC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.49%

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

R = 22.43%
G = 46.49%
B = 31.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#53AC73 (or 0x53AC73) is known color: Ocean Green. HEX triplet: 53, AC and 73. RGB value is (83,172,115). Sum of RGB (Red+Green+Blue) = 83+172+115=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC73 is #AC538C. Grayscale: #8B8B8B. Windows color (decimal): -11293581 or 7580755. OLE color: 7580755.

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

Color convert

RGB 83 172 115 -
CMYK 0.52 0 0.33 0.33
HSL 141.57º 0.35% 0.5% -
HSV(B) 141.57º 0.52% 0.67% -
XYZ 21.41 32.58 21.38 -
YUV 138.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 83 172 115 0.52 0 0.33 0.33 141.57 0.35 0.5
Hex 53 AC 73 34 0 21 21 8E 23 32
Octal 123 254 163 64 0 41 41 216 43 62
Binary 1010011 10101100 1110011 110100 0 100001 100001 10001110 100011 110010

Color Harmonies of #53AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC73

Black with #53AC73

Text Example


Text Example

White with #53AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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