Html Css Color HEX #57AB80 Ocean Green

📋 copy color: '#57AB80'

red 87 ◦ green 171 ◦ blue 128

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

Shades of Ocean Green #57AB80

Tints of Ocean Green #57AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.3%

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

R = 22.54%
G = 44.3%
B = 33.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#57AB80 (or 0x57AB80) is known color: Ocean Green. HEX triplet: 57, AB and 80. RGB value is (87,171,128). Sum of RGB (Red+Green+Blue) = 87+171+128=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AB80 is #A8547F. Grayscale: #8D8D8D. Windows color (decimal): -11031680 or 8432471. OLE color: 8432471.

HSL color Cylindrical-coordinate representation of color #57AB80: hue angle of 149.29º degrees, saturation: 0.33, 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 #57AB80 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 171 128 -
CMYK 0.49 0 0.25 0.33
HSL 149.29º 0.33% 0.51% -
HSV(B) 149.29º 0.49% 0.67% -
XYZ 22.39 32.71 25.56 -
YUV 140.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 87 171 128 0.49 0 0.25 0.33 149.29 0.33 0.51
Hex 57 AB 80 31 0 19 21 95 21 33
Octal 127 253 200 61 0 31 41 225 41 63
Binary 1010111 10101011 10000000 110001 0 11001 100001 10010101 100001 110011

Color Harmonies of #57AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AB80

Black with #57AB80

Text Example


Text Example

White with #57AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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