Html Css Color HEX #57AD80 Ocean Green

📋 copy color: '#57AD80'

red 87 ◦ green 173 ◦ blue 128

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

Shades of Ocean Green #57AD80

Tints of Ocean Green #57AD80

RGB

 RED value IS 87 (34.38% from 255) = 22.42%

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

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

R = 22.42%
G = 44.59%
B = 32.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#57AD80 (or 0x57AD80) is known color: Ocean Green. HEX triplet: 57, AD and 80. RGB value is (87,173,128). Sum of RGB (Red+Green+Blue) = 87+173+128=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AD80 is #A8527F. Grayscale: #8E8E8E. Windows color (decimal): -11031168 or 8432983. OLE color: 8432983.

HSL color Cylindrical-coordinate representation of color #57AD80: hue angle of 148.6º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AD80 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 173 128 -
CMYK 0.50 0 0.26 0.32
HSL 148.6º 0.34% 0.51% -
HSV(B) 148.6º 0.5% 0.68% -
XYZ 22.77 33.47 25.68 -
YUV 142.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 87 173 128 0.50 0 0.26 0.32 148.6 0.34 0.51
Hex 57 AD 80 32 0 1A 20 95 22 33
Octal 127 255 200 62 0 32 40 225 42 63
Binary 1010111 10101101 10000000 110010 0 11010 100000 10010101 100010 110011

Color Harmonies of #57AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AD80

Black with #57AD80

Text Example


Text Example

White with #57AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AD80; }

 p { color: rgb(87,173,128); }

 H1.HeaderClassName
 {
   color: #57AD80;
 }
 .AnyTagClassName
 {
   color: #57AD80;
 }
</style>

background-color css

<style>
 a { background-color: #57AD80; }

 a { background-color: rgb(87,173,128); }

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

border-color css

<style>
 span { border-color: #57AD80; }

 span { border-color: rgb(87,173,128); }

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