Html Css Color HEX #53B080 Ocean Green

📋 copy color: '#53B080'

red 83 ◦ green 176 ◦ blue 128

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

Shades of Ocean Green #53B080

Tints of Ocean Green #53B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

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

R = 21.45%
G = 45.48%
B = 33.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#53B080 (or 0x53B080) is known color: Ocean Green. HEX triplet: 53, B0 and 80. RGB value is (83,176,128). Sum of RGB (Red+Green+Blue) = 83+176+128=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #53B080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B080 is #AC4F7F. Grayscale: #8E8E8E. Windows color (decimal): -11292544 or 8433747. OLE color: 8433747.

HSL color Cylindrical-coordinate representation of color #53B080: hue angle of 149.03º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B080 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 176 128 -
CMYK 0.53 0 0.27 0.31
HSL 149.03º 0.37% 0.51% -
HSV(B) 149.03º 0.53% 0.69% -
XYZ 22.99 34.45 25.86 -
YUV 142.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 83 176 128 0.53 0 0.27 0.31 149.03 0.37 0.51
Hex 53 B0 80 35 0 1B 1F 95 25 33
Octal 123 260 200 65 0 33 37 225 45 63
Binary 1010011 10110000 10000000 110101 0 11011 11111 10010101 100101 110011

Color Harmonies of #53B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B080

Black with #53B080

Text Example


Text Example

White with #53B080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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