Html Css Color HEX #53A080 Ocean Green

📋 copy color: '#53A080'

red 83 ◦ green 160 ◦ blue 128

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

Shades of Ocean Green #53A080

Tints of Ocean Green #53A080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 22.37%
G = 43.13%
B = 34.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#53A080 (or 0x53A080) is known color: Ocean Green. HEX triplet: 53, A0 and 80. RGB value is (83,160,128). Sum of RGB (Red+Green+Blue) = 83+160+128=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #53A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A080 is #AC5F7F. Grayscale: #858585. Windows color (decimal): -11296640 or 8429651. OLE color: 8429651.

HSL color Cylindrical-coordinate representation of color #53A080: hue angle of 155.06º 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 #53A080 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 128 -
CMYK 0.48 0 0.20 0.37
HSL 155.06º 0.32% 0.48% -
HSV(B) 155.06º 0.48% 0.63% -
XYZ 20.03 28.54 24.87 -
YUV 133.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 83 160 128 0.48 0 0.20 0.37 155.06 0.32 0.48
Hex 53 A0 80 30 0 14 25 9B 20 30
Octal 123 240 200 60 0 24 45 233 40 60
Binary 1010011 10100000 10000000 110000 0 10100 100101 10011011 100000 110000

Color Harmonies of #53A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A080

Black with #53A080

Text Example


Text Example

White with #53A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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