Html Css Color HEX #53AD74 Ocean Green

📋 copy color: '#53AD74'

red 83 ◦ green 173 ◦ blue 116

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

Shades of Ocean Green #53AD74

Tints of Ocean Green #53AD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.51%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 22.31%
G = 46.51%
B = 31.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#53AD74 (or 0x53AD74) is known color: Ocean Green. HEX triplet: 53, AD and 74. RGB value is (83,173,116). Sum of RGB (Red+Green+Blue) = 83+173+116=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD74 is #AC528B. Grayscale: #8B8B8B. Windows color (decimal): -11293324 or 7646547. OLE color: 7646547.

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

Color convert

RGB 83 173 116 -
CMYK 0.52 0 0.33 0.32
HSL 142º 0.35% 0.5% -
HSV(B) 142º 0.52% 0.68% -
XYZ 21.66 32.99 21.75 -
YUV 139.59 114.68 87.63 -
System Red Green Blue C M Y K H S L
Decimal 83 173 116 0.52 0 0.33 0.32 142 0.35 0.5
Hex 53 AD 74 34 0 21 20 8E 23 32
Octal 123 255 164 64 0 41 40 216 43 62
Binary 1010011 10101101 1110100 110100 0 100001 100000 10001110 100011 110010

Color Harmonies of #53AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD74

Black with #53AD74

Text Example


Text Example

White with #53AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,116); }

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

background-color css

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

 a { background-color: rgb(83,173,116); }

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

border-color css

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

 span { border-color: rgb(83,173,116); }

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