Html Css Color HEX #57A078 Ocean Green

📋 copy color: '#57A078'

red 87 ◦ green 160 ◦ blue 120

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

Shades of Ocean Green #57A078

Tints of Ocean Green #57A078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 23.71%
G = 43.6%
B = 32.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#57A078 (or 0x57A078) is known color: Ocean Green. HEX triplet: 57, A0 and 78. RGB value is (87,160,120). Sum of RGB (Red+Green+Blue) = 87+160+120=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #57A078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A078 is #A85F87. Grayscale: #858585. Windows color (decimal): -11034504 or 7905367. OLE color: 7905367.

HSL color Cylindrical-coordinate representation of color #57A078: hue angle of 147.12º 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 #57A078 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 160 120 -
CMYK 0.46 0 0.25 0.37
HSL 147.12º 0.3% 0.48% -
HSV(B) 147.12º 0.46% 0.63% -
XYZ 19.89 28.52 22.23 -
YUV 133.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 87 160 120 0.46 0 0.25 0.37 147.12 0.3 0.48
Hex 57 A0 78 2E 0 19 25 93 1E 30
Octal 127 240 170 56 0 31 45 223 36 60
Binary 1010111 10100000 1111000 101110 0 11001 100101 10010011 11110 110000

Color Harmonies of #57A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A078

Black with #57A078

Text Example


Text Example

White with #57A078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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