Html Css Color HEX #57A072 Ocean Green

📋 copy color: '#57A072'

red 87 ◦ green 160 ◦ blue 114

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

Shades of Ocean Green #57A072

Tints of Ocean Green #57A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 24.1%
G = 44.32%
B = 31.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#57A072 (or 0x57A072) is known color: Ocean Green. HEX triplet: 57, A0 and 72. RGB value is (87,160,114). Sum of RGB (Red+Green+Blue) = 87+160+114=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #57A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A072 is #A85F8D. Grayscale: #858585. Windows color (decimal): -11034510 or 7512151. OLE color: 7512151.

HSL color Cylindrical-coordinate representation of color #57A072: hue angle of 142.19º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A072 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 160 114 -
CMYK 0.46 0 0.29 0.37
HSL 142.19º 0.3% 0.48% -
HSV(B) 142.19º 0.46% 0.63% -
XYZ 19.54 28.38 20.37 -
YUV 132.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 87 160 114 0.46 0 0.29 0.37 142.19 0.3 0.48
Hex 57 A0 72 2E 0 1D 25 8E 1E 30
Octal 127 240 162 56 0 35 45 216 36 60
Binary 1010111 10100000 1110010 101110 0 11101 100101 10001110 11110 110000

Color Harmonies of #57A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A072

Black with #57A072

Text Example


Text Example

White with #57A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,160,114); }

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

background-color css

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

 a { background-color: rgb(87,160,114); }

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

border-color css

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

 span { border-color: rgb(87,160,114); }

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