Html Css Color HEX #56AC73 Ocean Green

📋 copy color: '#56AC73'

red 86 ◦ green 172 ◦ blue 115

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

Shades of Ocean Green #56AC73

Tints of Ocean Green #56AC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 23.06%
G = 46.11%
B = 30.83%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#56AC73 (or 0x56AC73) is known color: Ocean Green. HEX triplet: 56, AC and 73. RGB value is (86,172,115). Sum of RGB (Red+Green+Blue) = 86+172+115=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AC73 is #A9538C. Grayscale: #8B8B8B. Windows color (decimal): -11096973 or 7580758. OLE color: 7580758.

HSL color Cylindrical-coordinate representation of color #56AC73: hue angle of 140.23º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AC73 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 172 115 -
CMYK 0.5 0 0.33 0.33
HSL 140.23º 0.34% 0.51% -
HSV(B) 140.23º 0.5% 0.67% -
XYZ 21.68 32.72 21.39 -
YUV 139.79 114.01 89.63 -
System Red Green Blue C M Y K H S L
Decimal 86 172 115 0.5 0 0.33 0.33 140.23 0.34 0.51
Hex 56 AC 73 32 0 21 21 8C 22 33
Octal 126 254 163 62 0 41 41 214 42 63
Binary 1010110 10101100 1110011 110010 0 100001 100001 10001100 100010 110011

Color Harmonies of #56AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AC73

Black with #56AC73

Text Example


Text Example

White with #56AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,172,115); }

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

background-color css

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

 a { background-color: rgb(86,172,115); }

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

border-color css

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

 span { border-color: rgb(86,172,115); }

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