Html Css Color HEX #57AD7A Ocean Green

📋 copy color: '#57AD7A'

red 87 ◦ green 173 ◦ blue 122

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

Shades of Ocean Green #57AD7A

Tints of Ocean Green #57AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 22.77%
G = 45.29%
B = 31.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#57AD7A (or 0x57AD7A) is known color: Ocean Green. HEX triplet: 57, AD and 7A. RGB value is (87,173,122). Sum of RGB (Red+Green+Blue) = 87+173+122=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AD7A is #A85285. Grayscale: #8D8D8D. Windows color (decimal): -11031174 or 8039767. OLE color: 8039767.

HSL color Cylindrical-coordinate representation of color #57AD7A: hue angle of 144.42º 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 #57AD7A is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 173 122 -
CMYK 0.50 0 0.29 0.32
HSL 144.42º 0.34% 0.51% -
HSV(B) 144.42º 0.5% 0.68% -
XYZ 22.39 33.32 23.66 -
YUV 141.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 87 173 122 0.50 0 0.29 0.32 144.42 0.34 0.51
Hex 57 AD 7A 32 0 1D 20 90 22 33
Octal 127 255 172 62 0 35 40 220 42 63
Binary 1010111 10101101 1111010 110010 0 11101 100000 10010000 100010 110011

Color Harmonies of #57AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AD7A

Black with #57AD7A

Text Example


Text Example

White with #57AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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