Html Css Color HEX #56A171 Ocean Green

📋 copy color: '#56A171'

red 86 ◦ green 161 ◦ blue 113

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

Shades of Ocean Green #56A171

Tints of Ocean Green #56A171

RGB

 RED value IS 86 (33.98% from 255) = 23.89%

 GREEN value IS 161 (63.28% from 255) = 44.72%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 23.89%
G = 44.72%
B = 31.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#56A171 (or 0x56A171) is known color: Ocean Green. HEX triplet: 56, A1 and 71. RGB value is (86,161,113). Sum of RGB (Red+Green+Blue) = 86+161+113=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #56A171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A171 is #A95E8E. Grayscale: #858585. Windows color (decimal): -11099791 or 7446870. OLE color: 7446870.

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

Color convert

RGB 86 161 113 -
CMYK 0.47 0 0.30 0.37
HSL 141.6º 0.3% 0.48% -
HSV(B) 141.6º 0.47% 0.63% -
XYZ 19.56 28.66 20.12 -
YUV 133.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 86 161 113 0.47 0 0.30 0.37 141.6 0.3 0.48
Hex 56 A1 71 2F 0 1E 25 8E 1E 30
Octal 126 241 161 57 0 36 45 216 36 60
Binary 1010110 10100001 1110001 101111 0 11110 100101 10001110 11110 110000

Color Harmonies of #56A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A171

Black with #56A171

Text Example


Text Example

White with #56A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A171; }

 p { color: rgb(86,161,113); }

 H1.HeaderClassName
 {
   color: #56A171;
 }
 .AnyTagClassName
 {
   color: #56A171;
 }
</style>

background-color css

<style>
 a { background-color: #56A171; }

 a { background-color: rgb(86,161,113); }

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

border-color css

<style>
 span { border-color: #56A171; }

 span { border-color: rgb(86,161,113); }

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