Html Css Color HEX #57AB84 Ocean Green

📋 copy color: '#57AB84'

red 87 ◦ green 171 ◦ blue 132

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

Shades of Ocean Green #57AB84

Tints of Ocean Green #57AB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 22.31%
G = 43.85%
B = 33.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#57AB84 (or 0x57AB84) is known color: Ocean Green. HEX triplet: 57, AB and 84. RGB value is (87,171,132). Sum of RGB (Red+Green+Blue) = 87+171+132=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AB84 is #A8547B. Grayscale: #8D8D8D. Windows color (decimal): -11031676 or 8694615. OLE color: 8694615.

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

Color convert

RGB 87 171 132 -
CMYK 0.49 0 0.23 0.33
HSL 152.14º 0.33% 0.51% -
HSV(B) 152.14º 0.49% 0.67% -
XYZ 22.66 32.82 26.97 -
YUV 141.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 87 171 132 0.49 0 0.23 0.33 152.14 0.33 0.51
Hex 57 AB 84 31 0 17 21 98 21 33
Octal 127 253 204 61 0 27 41 230 41 63
Binary 1010111 10101011 10000100 110001 0 10111 100001 10011000 100001 110011

Color Harmonies of #57AB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AB84

Black with #57AB84

Text Example


Text Example

White with #57AB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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