Html Css Color HEX #57AC80 Ocean Green

📋 copy color: '#57AC80'

red 87 ◦ green 172 ◦ blue 128

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

Shades of Ocean Green #57AC80

Tints of Ocean Green #57AC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.44%

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

R = 22.48%
G = 44.44%
B = 33.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#57AC80 (or 0x57AC80) is known color: Ocean Green. HEX triplet: 57, AC and 80. RGB value is (87,172,128). Sum of RGB (Red+Green+Blue) = 87+172+128=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #57AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AC80 is #A8537F. Grayscale: #8D8D8D. Windows color (decimal): -11031424 or 8432727. OLE color: 8432727.

HSL color Cylindrical-coordinate representation of color #57AC80: hue angle of 148.94º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AC80 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 172 128 -
CMYK 0.49 0 0.26 0.33
HSL 148.94º 0.34% 0.51% -
HSV(B) 148.94º 0.49% 0.67% -
XYZ 22.58 33.09 25.62 -
YUV 141.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 87 172 128 0.49 0 0.26 0.33 148.94 0.34 0.51
Hex 57 AC 80 31 0 1A 21 95 22 33
Octal 127 254 200 61 0 32 41 225 42 63
Binary 1010111 10101100 10000000 110001 0 11010 100001 10010101 100010 110011

Color Harmonies of #57AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AC80

Black with #57AC80

Text Example


Text Example

White with #57AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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