Html Css Color HEX #56A173 Ocean Green

📋 copy color: '#56A173'

red 86 ◦ green 161 ◦ blue 115

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

Shades of Ocean Green #56A173

Tints of Ocean Green #56A173

RGB

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

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

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

R = 23.76%
G = 44.48%
B = 31.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#56A173 (or 0x56A173) is known color: Ocean Green. HEX triplet: 56, A1 and 73. RGB value is (86,161,115). Sum of RGB (Red+Green+Blue) = 86+161+115=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #56A173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A173 is #A95E8C. Grayscale: #858585. Windows color (decimal): -11099789 or 7577942. OLE color: 7577942.

HSL color Cylindrical-coordinate representation of color #56A173: hue angle of 143.2º 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 #56A173 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 161 115 -
CMYK 0.47 0 0.29 0.37
HSL 143.2º 0.3% 0.48% -
HSV(B) 143.2º 0.47% 0.63% -
XYZ 19.68 28.71 20.72 -
YUV 133.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 86 161 115 0.47 0 0.29 0.37 143.2 0.3 0.48
Hex 56 A1 73 2F 0 1D 25 8F 1E 30
Octal 126 241 163 57 0 35 45 217 36 60
Binary 1010110 10100001 1110011 101111 0 11101 100101 10001111 11110 110000

Color Harmonies of #56A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A173

Black with #56A173

Text Example


Text Example

White with #56A173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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