Html Css Color HEX #53A374 Ocean Green

📋 copy color: '#53A374'

red 83 ◦ green 163 ◦ blue 116

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

Shades of Ocean Green #53A374

Tints of Ocean Green #53A374

RGB

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

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

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

R = 22.93%
G = 45.03%
B = 32.04%

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

#53A374 (or 0x53A374) is known color: Ocean Green. HEX triplet: 53, A3 and 74. RGB value is (83,163,116). Sum of RGB (Red+Green+Blue) = 83+163+116=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #53A374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A374 is #AC5C8B. Grayscale: #858585. Windows color (decimal): -11295884 or 7643987. OLE color: 7643987.

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

Color convert

RGB 83 163 116 -
CMYK 0.49 0 0.29 0.36
HSL 144.75º 0.33% 0.48% -
HSV(B) 144.75º 0.49% 0.64% -
XYZ 19.82 29.29 21.13 -
YUV 133.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 83 163 116 0.49 0 0.29 0.36 144.75 0.33 0.48
Hex 53 A3 74 31 0 1D 24 91 21 30
Octal 123 243 164 61 0 35 44 221 41 60
Binary 1010011 10100011 1110100 110001 0 11101 100100 10010001 100001 110000

Color Harmonies of #53A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A374

Black with #53A374

Text Example


Text Example

White with #53A374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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