Html Css Color HEX #53A072 Ocean Green

📋 copy color: '#53A072'

red 83 ◦ green 160 ◦ blue 114

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

Shades of Ocean Green #53A072

Tints of Ocean Green #53A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 23.25%
G = 44.82%
B = 31.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#53A072 (or 0x53A072) is known color: Ocean Green. HEX triplet: 53, A0 and 72. RGB value is (83,160,114). Sum of RGB (Red+Green+Blue) = 83+160+114=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #53A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A072 is #AC5F8D. Grayscale: #838383. Windows color (decimal): -11296654 or 7512147. OLE color: 7512147.

HSL color Cylindrical-coordinate representation of color #53A072: hue angle of 144.16º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A072 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 114 -
CMYK 0.48 0 0.29 0.37
HSL 144.16º 0.32% 0.48% -
HSV(B) 144.16º 0.48% 0.63% -
XYZ 19.18 28.2 20.35 -
YUV 131.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 83 160 114 0.48 0 0.29 0.37 144.16 0.32 0.48
Hex 53 A0 72 30 0 1D 25 90 20 30
Octal 123 240 162 60 0 35 45 220 40 60
Binary 1010011 10100000 1110010 110000 0 11101 100101 10010000 100000 110000

Color Harmonies of #53A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A072

Black with #53A072

Text Example


Text Example

White with #53A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,160,114); }

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

background-color css

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

 a { background-color: rgb(83,160,114); }

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

border-color css

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

 span { border-color: rgb(83,160,114); }

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