Html Css Color HEX #53AD7A Ocean Green

📋 copy color: '#53AD7A'

red 83 ◦ green 173 ◦ blue 122

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

Shades of Ocean Green #53AD7A

Tints of Ocean Green #53AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 21.96%
G = 45.77%
B = 32.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#53AD7A (or 0x53AD7A) is known color: Ocean Green. HEX triplet: 53, AD and 7A. RGB value is (83,173,122). Sum of RGB (Red+Green+Blue) = 83+173+122=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD7A is #AC5285. Grayscale: #8C8C8C. Windows color (decimal): -11293318 or 8039763. OLE color: 8039763.

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

Color convert

RGB 83 173 122 -
CMYK 0.52 0 0.29 0.32
HSL 146º 0.35% 0.5% -
HSV(B) 146º 0.52% 0.68% -
XYZ 22.02 33.13 23.65 -
YUV 140.28 117.68 87.15 -
System Red Green Blue C M Y K H S L
Decimal 83 173 122 0.52 0 0.29 0.32 146 0.35 0.5
Hex 53 AD 7A 34 0 1D 20 92 23 32
Octal 123 255 172 64 0 35 40 222 43 62
Binary 1010011 10101101 1111010 110100 0 11101 100000 10010010 100011 110010

Color Harmonies of #53AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD7A

Black with #53AD7A

Text Example


Text Example

White with #53AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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