Html Css Color HEX #57A07B Ocean Green

📋 copy color: '#57A07B'

red 87 ◦ green 160 ◦ blue 123

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

Shades of Ocean Green #57A07B

Tints of Ocean Green #57A07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 23.51%
G = 43.24%
B = 33.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#57A07B (or 0x57A07B) is known color: Ocean Green. HEX triplet: 57, A0 and 7B. RGB value is (87,160,123). Sum of RGB (Red+Green+Blue) = 87+160+123=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #57A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A07B is #A85F84. Grayscale: #868686. Windows color (decimal): -11034501 or 8101975. OLE color: 8101975.

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

Color convert

RGB 87 160 123 -
CMYK 0.46 0 0.23 0.37
HSL 149.59º 0.3% 0.48% -
HSV(B) 149.59º 0.46% 0.63% -
XYZ 20.08 28.6 23.2 -
YUV 133.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 87 160 123 0.46 0 0.23 0.37 149.59 0.3 0.48
Hex 57 A0 7B 2E 0 17 25 96 1E 30
Octal 127 240 173 56 0 27 45 226 36 60
Binary 1010111 10100000 1111011 101110 0 10111 100101 10010110 11110 110000

Color Harmonies of #57A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A07B

Black with #57A07B

Text Example


Text Example

White with #57A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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