Html Css Color HEX #57A47D Ocean Green

📋 copy color: '#57A47D'

red 87 ◦ green 164 ◦ blue 125

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

Shades of Ocean Green #57A47D

Tints of Ocean Green #57A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 23.14%
G = 43.62%
B = 33.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#57A47D (or 0x57A47D) is known color: Ocean Green. HEX triplet: 57, A4 and 7D. RGB value is (87,164,125). Sum of RGB (Red+Green+Blue) = 87+164+125=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #57A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A47D is #A85B82. Grayscale: #888888. Windows color (decimal): -11033475 or 8234071. OLE color: 8234071.

HSL color Cylindrical-coordinate representation of color #57A47D: hue angle of 149.61º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A47D is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 164 125 -
CMYK 0.47 0 0.24 0.36
HSL 149.61º 0.31% 0.49% -
HSV(B) 149.61º 0.47% 0.64% -
XYZ 20.91 30.06 24.1 -
YUV 136.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 87 164 125 0.47 0 0.24 0.36 149.61 0.31 0.49
Hex 57 A4 7D 2F 0 18 24 96 1F 31
Octal 127 244 175 57 0 30 44 226 37 61
Binary 1010111 10100100 1111101 101111 0 11000 100100 10010110 11111 110001

Color Harmonies of #57A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A47D

Black with #57A47D

Text Example


Text Example

White with #57A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,164,125); }

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

background-color css

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

 a { background-color: rgb(87,164,125); }

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

border-color css

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

 span { border-color: rgb(87,164,125); }

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